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
{{ message }}
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
Currently we are building static indexes for ElasticSearch. We should leverage the index templates to create reusable pieces that can be compiled for the different indexes.
This is pretty cool--wasn't aware you could compose index mappings out of components. It will make sense for model_configurations which effectively inherit the model mapping. I suspect we won't add more than a small handful of indices in the future, but let's leave this in the backlog and the next time we create an index--e.g. for extraction jobs(?) --we can try to knock it out simultaneously.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently we are building static indexes for ElasticSearch. We should leverage the index templates to create reusable pieces that can be compiled for the different indexes.
https://www.elastic.co/guide/en/elasticsearch/reference/8.5/simulate-multi-component-templates.html
The text was updated successfully, but these errors were encountered: