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
takes an IndexCoordinates and sends in with each query in the multiSearch. ElasticSearch supports different indexes per query in the multisearch so we should be able to send in a list of IndexCoordinates that is iterated along with the query and class.
The text was updated successfully, but these errors were encountered:
AIRahimi
changed the title
Add support for separate IndexCoordinates query in multiSearch.
Add support for separate IndexCoordinates per query in multiSearch.
Jan 25, 2023
The API
multiSearch(List<? extends Query> queries, List<Class<?>> classes, IndexCoordinates index)
takes an IndexCoordinates and sends in with each query in the multiSearch. ElasticSearch supports different indexes per query in the multisearch so we should be able to send in a list of IndexCoordinates that is iterated along with the query and class.
The text was updated successfully, but these errors were encountered: