java.lang.Object
org.elasticsearch.search.sort.SortFieldValidation
Validates sort field compatibility across shard results and rewrites mixed INT/LONG sorts.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.lucene.search.SortvalidateAndMaybeRewrite(Collection<? extends org.apache.lucene.search.TopDocs> results, org.apache.lucene.search.SortField[] firstSortFields)
-
Method Details
-
validateAndMaybeRewrite
public static org.apache.lucene.search.Sort validateAndMaybeRewrite(Collection<? extends org.apache.lucene.search.TopDocs> results, org.apache.lucene.search.SortField[] firstSortFields)
-