Uses of Class
org.springframework.data.elasticsearch.core.query.Order.Nested.Builder
Packages that use Order.Nested.Builder
-
Uses of Order.Nested.Builder in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return Order.Nested.BuilderModifier and TypeMethodDescriptionstatic Order.Nested.BuilderOrder.Nested.Builder.withFilter(Query filter) Sets the filter query for a nested sort.
Note: This cannot be aCriteriaQuery, as that would be sent as a nested query within the filter, use aNativeQueryorStringQueryinstead.Order.Nested.Builder.withMaxChildren(Integer maxChildren) Order.Nested.Builder.withNested(Order.Nested nested) Method parameters in org.springframework.data.elasticsearch.core.query with type arguments of type Order.Nested.BuilderModifier and TypeMethodDescriptionstatic Order.NestedOrder.Nested.of(String path, Function<Order.Nested.Builder, Order.Nested.Builder> builderFunction) static Order.NestedOrder.Nested.of(String path, Function<Order.Nested.Builder, Order.Nested.Builder> builderFunction)