Uses of Class
org.elasticsearch.search.sort.FieldSortBuilder
-
Packages that use FieldSortBuilder Package Description org.elasticsearch.search.aggregations.pipeline org.elasticsearch.search.sort -
-
Uses of FieldSortBuilder in org.elasticsearch.search.aggregations.pipeline
Constructor parameters in org.elasticsearch.search.aggregations.pipeline with type arguments of type FieldSortBuilder Constructor Description BucketSortPipelineAggregationBuilder(String name, List<FieldSortBuilder> sorts) -
Uses of FieldSortBuilder in org.elasticsearch.search.sort
Methods in org.elasticsearch.search.sort that return FieldSortBuilder Modifier and Type Method Description static FieldSortBuilderSortBuilders. fieldSort(String field)Constructs a new field based sort.static FieldSortBuilderFieldSortBuilder. fromXContent(XContentParser parser, String fieldName)FieldSortBuilderFieldSortBuilder. missing(Object missing)Sets the value when a field is missing in a doc.FieldSortBuilderFieldSortBuilder. rewrite(QueryRewriteContext ctx)FieldSortBuilderFieldSortBuilder. setNestedFilter(QueryBuilder nestedFilter)Deprecated.set nested sort withsetNestedSort(NestedSortBuilder)and retrieve withgetNestedSort()FieldSortBuilderFieldSortBuilder. setNestedPath(String nestedPath)Deprecated.set nested sort withsetNestedSort(NestedSortBuilder)and retrieve withgetNestedSort()FieldSortBuilderFieldSortBuilder. setNestedSort(NestedSortBuilder nestedSort)Sets theNestedSortBuilderto be used for fields that are inside a nested object.FieldSortBuilderFieldSortBuilder. setNumericType(String numericType)Forces the numeric type to use for the field.FieldSortBuilderFieldSortBuilder. sortMode(SortMode sortMode)Defines what values to pick in the case a document contains multiple values for the targeted sort field.FieldSortBuilderFieldSortBuilder. unmappedType(String type)Set the type to use in case the current field is not mapped in an index.Constructors in org.elasticsearch.search.sort with parameters of type FieldSortBuilder Constructor Description FieldSortBuilder(FieldSortBuilder template)Copy constructor.
-