S - The "self" type (the actual exposed type of this step).public interface FieldSortOptionsStep<S extends FieldSortOptionsStep<?>> extends SortFinalStep, SortThenStep, SortOrderStep<S>
| Modifier and Type | Method and Description |
|---|---|
FieldSortMissingValueBehaviorStep<S> |
missing()
Start describing the behavior of this sort when a document doesn't have any value for the targeted field.
|
default FieldSortMissingValueBehaviorStep<S> |
onMissingValue()
Deprecated.
Use
missing() instead. |
thentoSortasc, desc, orderFieldSortMissingValueBehaviorStep<S> missing()
@Deprecated default FieldSortMissingValueBehaviorStep<S> onMissingValue()
missing() instead.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.