Closed
Description
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.