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
In our OpenSearch indices/documents we often include indexed information from other models
Ex: Dois have information on clients, and providers
Currently we do this manually as part of the index process before it is sent to OpenSearch.
OpenSearch (and Elasticsearch) have mechanisms to enrich data as it comes in, pulling from other indices
In our OpenSearch indices/documents we often include indexed information from other models
Ex: Dois have information on clients, and providers
Currently we do this manually as part of the index process before it is sent to OpenSearch.
OpenSearch (and Elasticsearch) have mechanisms to enrich data as it comes in, pulling from other indices
https://elasticsearch.evermight.com/enrich-data-with-elasticsearch-part-1/
We could investigate this for Doi indices as noted above who need to pull in Client info
We could also investigate pulling Doi information into Events
The text was updated successfully, but these errors were encountered: