Uses of Class
org.elasticsearch.search.sort.SortBuilder
-
-
Uses of SortBuilder in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search with parameters of type SortBuilder Modifier and Type Method Description SearchRequestBuilderSearchRequestBuilder. addSort(SortBuilder<?> sort)Adds a generic sort builder. -
Uses of SortBuilder in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return types with arguments of type SortBuilder Modifier and Type Method Description List<SortBuilder<?>>InnerHitBuilder. getSorts()Methods in org.elasticsearch.index.query with parameters of type SortBuilder Modifier and Type Method Description InnerHitBuilderInnerHitBuilder. addSort(SortBuilder<?> sort)Method parameters in org.elasticsearch.index.query with type arguments of type SortBuilder Modifier and Type Method Description InnerHitBuilderInnerHitBuilder. setSorts(List<SortBuilder<?>> sorts) -
Uses of SortBuilder in org.elasticsearch.search.aggregations.metrics
Methods in org.elasticsearch.search.aggregations.metrics that return types with arguments of type SortBuilder Modifier and Type Method Description List<SortBuilder<?>>TopHitsAggregationBuilder. sorts()Gets the bytes representing the sort builders for this request.Methods in org.elasticsearch.search.aggregations.metrics with parameters of type SortBuilder Modifier and Type Method Description TopHitsAggregationBuilderTopHitsAggregationBuilder. sort(SortBuilder<?> sort)Adds a sort builder.Method parameters in org.elasticsearch.search.aggregations.metrics with type arguments of type SortBuilder Modifier and Type Method Description TopHitsAggregationBuilderTopHitsAggregationBuilder. sorts(List<SortBuilder<?>> sorts)Adds a sort builder. -
Uses of SortBuilder in org.elasticsearch.search.builder
Methods in org.elasticsearch.search.builder that return types with arguments of type SortBuilder Modifier and Type Method Description List<SortBuilder<?>>SearchSourceBuilder. sorts()Gets the bytes representing the sort builders for this request.Methods in org.elasticsearch.search.builder with parameters of type SortBuilder Modifier and Type Method Description SearchSourceBuilderSearchSourceBuilder. sort(SortBuilder<?> sort)Adds a sort builder. -
Uses of SortBuilder in org.elasticsearch.search.sort
Classes in org.elasticsearch.search.sort with type parameters of type SortBuilder Modifier and Type Class Description classSortBuilder<T extends SortBuilder<T>>Subclasses of SortBuilder in org.elasticsearch.search.sort Modifier and Type Class Description classFieldSortBuilderA sort builder to sort based on a document field.classGeoDistanceSortBuilderA geo distance based sorting on a geo point like field.classScoreSortBuilderA sort builder allowing to sort by score.classScriptSortBuilderScript sort builder allows to sort based on a custom script expression.Methods in org.elasticsearch.search.sort that return types with arguments of type SortBuilder Modifier and Type Method Description static List<SortBuilder<?>>SortBuilder. fromXContent(XContentParser parser)Method parameters in org.elasticsearch.search.sort with type arguments of type SortBuilder Modifier and Type Method Description static Optional<SortAndFormats>SortBuilder. buildSort(List<SortBuilder<?>> sortBuilders, QueryShardContext context)
-