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 | 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 | 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 | Field and Description |
---|---|
protected SearchSortDslContext<?> |
NonEmptySortContextImpl.dslContext |
Constructor and Description |
---|
NonEmptySortContextImpl(SearchSortContainerContext containerContext,
SearchSortDslContext<?> dslContext) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.