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 |
SearchPredicateFactoryContext.extension(SearchPredicateFactoryContextExtension<T> extension)
Extend the current context with the given extension,
resulting in an extended context offering different types of predicates.
|
<T> SearchPredicateFactoryExtensionContext |
SearchPredicateFactoryExtensionContext.ifSupported(SearchPredicateFactoryContextExtension<T> extension,
Function<T,SearchPredicate> predicateContributor)
If the given extension is supported, and none of the previous extensions passed to
SearchPredicateFactoryExtensionContext.ifSupported(SearchPredicateFactoryContextExtension, Function)
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 |
DelegatingSearchPredicateFactoryContext.extension(SearchPredicateFactoryContextExtension<T> extension) |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.