Uses of Class
org.springframework.data.elasticsearch.core.query.Order.Nested
Packages that use Order.Nested
-
Uses of Order.Nested in org.springframework.data.elasticsearch.core.query
Fields in org.springframework.data.elasticsearch.core.query declared as Order.NestedMethods in org.springframework.data.elasticsearch.core.query that return Order.NestedModifier and TypeMethodDescriptionOrder.Nested.Builder.build()Order.getNested()Order.Nested.getNested()static Order.NestedOrder.Nested.of(String path, Function<Order.Nested.Builder, Order.Nested.Builder> builderFunction) Methods in org.springframework.data.elasticsearch.core.query with parameters of type Order.NestedModifier and TypeMethodDescriptionOrder.Nested.Builder.withNested(Order.Nested nested) Order.withNested(Order.Nested nested) Constructors in org.springframework.data.elasticsearch.core.query with parameters of type Order.NestedModifierConstructorDescriptionNested(String path, Query filter, Integer maxChildren, Order.Nested nested) Order(Sort.Direction direction, String property, Sort.NullHandling nullHandlingHint, Order.Mode mode, String unmappedType, String missing, Order.Nested nested)