You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To have a great model, a recommendation here would be to use Elasticsearch pipelines to avoid overheads within schema mappings to Elasticsearch.
We would have a core model, within only raw properties, and all computed properties (computed from raw properties) would be in the ES pipelines. This would avoid to duplicate codes in all schemas and will help building a cleaner model IMO.
We use that for geonetwork-ui concerns and it works pretty well 👌
There are some differences between the geonetwork-mircoservices
IndexModel
and the GN5IndexModel
. Also, some differences with GN4.These need to be resolved and the GN5
IndexModel
finalized.See #17
The text was updated successfully, but these errors were encountered: