Interface SortFieldContext
-
- All Superinterfaces:
SortAdditionalSortFieldContext,SortOrder<SortFieldContext>,SortTermination
@Deprecated public interface SortFieldContext extends SortAdditionalSortFieldContext, SortOrder<SortFieldContext>, SortTermination
Deprecated.See the deprecation note onSortContext.- Author:
- Emmanuel Bernard emmanuel@hibernate.org, Yoann Rodiere
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SortMissingValueContext<SortFieldContext>onMissingValue()Deprecated.Describe how to treat missing values when doing the sorting.-
Methods inherited from interface org.hibernate.search.query.dsl.sort.SortAdditionalSortFieldContext
andByDistance, andByField, andByIndexOrder, andByNative, andByScore
-
Methods inherited from interface org.hibernate.search.query.dsl.sort.SortTermination
createSort
-
-
-
-
Method Detail
-
onMissingValue
SortMissingValueContext<SortFieldContext> onMissingValue()
Deprecated.Describe how to treat missing values when doing the sorting.- Returns:
- a context to specify the behavior for missing values
-
-