elasticsearch-java icon indicating copy to clipboard operation
elasticsearch-java copied to clipboard

co.elastic.clients.elasticsearch.core.search.Hit.sort should contains type information.

Open Dyqer opened this issue 3 years ago • 0 comments

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

Dyqer avatar Jul 05 '22 02:07 Dyqer