Skip to content

Add support for separate IndexCoordinates per query in multiSearch.  #2434

Closed
@AIRahimi

Description

@AIRahimi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions