elasticsearch-java
elasticsearch-java copied to clipboard
co.elastic.clients.elasticsearch.core.search.Hit.sort should contains type information.
Java API client version
all
Java version
14
Elasticsearch Version
7.1.1
Problem description
Sometimes we need to resort the response hits (e.g. merge response from two cluster), the type of sort fields is important, but it just List<String> now