Uses of Interface
org.hibernate.search.query.dsl.sort.SortFieldContext
Packages that use SortFieldContext
-
Uses of SortFieldContext in org.hibernate.search.query.dsl.sort
Methods in org.hibernate.search.query.dsl.sort that return SortFieldContextModifier and TypeMethodDescriptionSortAdditionalSortFieldContext.andByField(String fieldName) Deprecated.Order elements by the value of a specific field.Deprecated.Order elements by the value of a specific field.Methods in org.hibernate.search.query.dsl.sort that return types with arguments of type SortFieldContextModifier and TypeMethodDescriptionSortFieldContext.onMissingValue()Deprecated.Describe how to treat missing values when doing the sorting.