Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchExtension<R,O>
An extension for the Elasticsearch backend, giving access to Lucene-specific features.
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneExtension<R,O>
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,? extends SearchPredicateTerminalContext> 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,
apply the given function to the extended context, and store the resulting predicate for later retrieval. |
Modifier and Type | Method and Description |
---|---|
<T> T |
DelegatingSearchPredicateFactoryContext.extension(SearchPredicateFactoryContextExtension<T> extension) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.