Interface ElasticsearchSearchSortCollector
-
- All Known Implementing Classes:
ElasticsearchSearchQueryBuilder
public interface ElasticsearchSearchSortCollectorA sort collector for Elasticsearch, using JSON to represent sorts.Used by Elasticsearch-specific sort contributors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcollectDistanceSort(com.google.gson.JsonElement sort, String absoluteFieldPath, GeoPoint center)voidcollectSort(com.google.gson.JsonElement sort)PredicateRequestContextgetRootPredicateContext()
-
-
-
Method Detail
-
getRootPredicateContext
PredicateRequestContext getRootPredicateContext()
-
collectSort
void collectSort(com.google.gson.JsonElement sort)
-
-