Modifier and Type | Method and Description |
---|---|
<C,B> Optional<ElasticsearchSearchSortContainerContext> |
ElasticsearchExtension.extendOptional(SearchSortContainerContext original,
SearchSortBuilderFactory<C,B> factory,
SearchSortDslContext<? super B> dslContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Modifier and Type | Interface and Description |
---|---|
interface |
ElasticsearchSearchSortContainerContext
A DSL context allowing to specify the sort order, with some Elasticsearch-specific methods.
|
Modifier and Type | Method and Description |
---|---|
<C,B> Optional<LuceneSearchSortContainerContext> |
LuceneExtension.extendOptional(SearchSortContainerContext original,
SearchSortBuilderFactory<C,B> factory,
SearchSortDslContext<? super B> dslContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Modifier and Type | Interface and Description |
---|---|
interface |
LuceneSearchSortContainerContext
A DSL context allowing to specify the sort order, with some Lucene-specific methods.
|
Modifier and Type | Method and Description |
---|---|
SearchSortContainerContext |
MappedIndexSearchTarget.sort() |
Modifier and Type | Method and Description |
---|---|
SearchQueryContext<Q> |
SearchQueryContext.sort(Consumer<? super SearchSortContainerContext> sortContributor) |
Modifier and Type | Method and Description |
---|---|
SearchSortContainerContext |
NonEmptySortContext.then()
Start defining another sort, to be applied after the current one.
|
Modifier and Type | Method and Description |
---|---|
<C,B> Optional<T> |
SearchSortContainerContextExtension.extendOptional(SearchSortContainerContext original,
SearchSortBuilderFactory<C,B> factory,
SearchSortDslContext<? super B> dslContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingSearchSortContainerContext
A delegating
SearchSortContainerContext . |
Modifier and Type | Method and Description |
---|---|
protected SearchSortContainerContext |
DelegatingSearchSortContainerContext.getDelegate() |
SearchSortContainerContext |
NonEmptySortContextImpl.then() |
Constructor and Description |
---|
DelegatingSearchSortContainerContext(SearchSortContainerContext delegate) |
NonEmptySortContextImpl(SearchSortContainerContext containerContext,
SearchSortDslContext<?> dslContext) |
Modifier and Type | Method and Description |
---|---|
SearchSortContainerContext |
FullTextSearchTarget.sort() |
Modifier and Type | Method and Description |
---|---|
SearchSortContainerContext |
HibernateOrmSearchTarget.sort() |
Modifier and Type | Method and Description |
---|---|
SearchSortContainerContext |
PojoSearchTargetDelegate.sort() |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.