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
Some applications might want to talk to multiple separate Elasticsearch stores. The current configuration strategy assumes that you only have one Elasticsearch endpoint.
We should take a page from Ecto's book and allow you to configure multiple Elasticsearch "Repos", something like this:
You'd then configure MyApp.Elasticsearch like we do now. This would allow a single app (or separate apps within Umbrella apps) to talk to multiple endpoints.
The text was updated successfully, but these errors were encountered:
Some applications might want to talk to multiple separate Elasticsearch stores. The current configuration strategy assumes that you only have one Elasticsearch endpoint.
We should take a page from Ecto's book and allow you to configure multiple Elasticsearch "Repos", something like this:
You'd then configure
MyApp.Elasticsearch
like we do now. This would allow a single app (or separate apps within Umbrella apps) to talk to multiple endpoints.The text was updated successfully, but these errors were encountered: