| Package | Description |
|---|---|
| org.hibernate.search.query.dsl.sort |
| Modifier and Type | Method and Description |
|---|---|
SortFieldContext |
SortAdditionalSortFieldContext.andByField(String fieldName)
Order elements by the value of a specific field.
|
SortFieldContext |
SortAdditionalSortFieldContext.andByField(String fieldName,
SortField.Type sortFieldType)
Deprecated.
Using this method shouldn't be needed if your custom field bridges
implement
MetadataProvidingFieldBridge. Use SortAdditionalSortFieldContext.andByField(String) instead. |
SortFieldContext |
SortContext.byField(String fieldName)
Order elements by the value of a specific field.
|
SortFieldContext |
SortContext.byField(String fieldName,
SortField.Type sortFieldType)
Deprecated.
Using this method shouldn't be needed if your custom field bridges
implement
MetadataProvidingFieldBridge. Use SortContext.byField(String) instead. |
| Modifier and Type | Method and Description |
|---|---|
SortMissingValueContext<SortFieldContext> |
SortFieldContext.onMissingValue()
Describe how to treat missing values when doing the sorting.
|
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.