Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchExtension
An extension for the Elasticsearch backend, giving access to Lucene-specific features.
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneExtension
An extension for the Lucene backend, giving access to Lucene-specific features.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
SearchSortContainerContext.extension(SearchSortContainerContextExtension<T> extension)
Extend the current context with the given extension,
resulting in an extended context offering different types of sorts.
|
<T> SearchSortContainerExtensionContext |
SearchSortContainerExtensionContext.ifSupported(SearchSortContainerContextExtension<T> extension,
Consumer<T> sortContributor)
If the given extension is supported, and none of the previous extensions passed to
SearchSortContainerExtensionContext.ifSupported(SearchSortContainerContextExtension, Consumer)
was supported, extend the current context with this extension,
and apply the given consumer to the extended context. |
Modifier and Type | Method and Description |
---|---|
<T> T |
DelegatingSearchSortContainerContext.extension(SearchSortContainerContextExtension<T> extension) |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.