Modifier and Type | Method and Description |
---|---|
NonEmptySortContext |
ElasticsearchSearchSortContainerContext.fromJsonString(String jsonString) |
Modifier and Type | Method and Description |
---|---|
NonEmptySortContext |
LuceneSearchSortContainerContext.fromLuceneSort(Sort luceneSort) |
NonEmptySortContext |
LuceneSearchSortContainerContext.fromLuceneSortField(SortField luceneSortField) |
Modifier and Type | Interface and Description |
---|---|
interface |
DistanceSortContext
The context used when defining a field sort.
|
interface |
FieldSortContext
The context used when defining a field sort.
|
interface |
ScoreSortContext
The context used when defining a score sort.
|
Modifier and Type | Method and Description |
---|---|
NonEmptySortContext |
SearchSortContainerContext.by(SearchSort sort)
Order by the given sort.
|
NonEmptySortContext |
SearchSortContainerContext.byIndexOrder()
Order elements by their internal index order.
|
NonEmptySortContext |
SearchSortContainerExtensionContext.orElse(Consumer<SearchSortContainerContext> sortContributor)
If no extension passed to
SearchSortContainerExtensionContext.ifSupported(SearchSortContainerContextExtension, Consumer)
was supported so far, apply the given consumer to the current (non-extended) SearchSortContainerContext ;
otherwise do nothing. |
NonEmptySortContext |
SearchSortContainerExtensionContext.orElseFail()
If no extension passed to
SearchSortContainerExtensionContext.ifSupported(SearchSortContainerContextExtension, Consumer)
was supported so far, throw an exception; otherwise do nothing. |
Modifier and Type | Class and Description |
---|---|
class |
NonEmptySortContextImpl |
Modifier and Type | Method and Description |
---|---|
NonEmptySortContext |
DelegatingSearchSortContainerContext.by(SearchSort sort) |
NonEmptySortContext |
DelegatingSearchSortContainerContext.byIndexOrder() |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.