Interface SortFieldContext
- All Superinterfaces:
SortAdditionalSortFieldContext,SortOrder<SortFieldContext>,SortTermination
@Deprecated
public interface SortFieldContext
extends SortAdditionalSortFieldContext, SortOrder<SortFieldContext>, SortTermination
Deprecated.
- Author:
- Emmanuel Bernard emmanuel@hibernate.org, Yoann Rodiere
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.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, andByScoreMethods inherited from interface org.hibernate.search.query.dsl.sort.SortTermination
createSort
-
Method Details
-
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
-
SortContext.