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 |
SearchProjectionFactoryContext.extension(SearchProjectionFactoryContextExtension<T,R,O> extension)
Extend the current context with the given extension,
resulting in an extended context offering different types of projections.
|
<T> SearchProjectionFactoryExtensionContext<P,R,O> |
SearchProjectionFactoryExtensionContext.ifSupported(SearchProjectionFactoryContextExtension<T,R,O> extension,
Function<T,? extends SearchProjectionTerminalContext<P>> projectionContributor)
If the given extension is supported, and none of the previous extensions passed to
SearchProjectionFactoryExtensionContext.ifSupported(SearchProjectionFactoryContextExtension, Function)
was supported, extend the current context with this extension,
apply the given function to the extended context, and store the resulting projection for later retrieval. |
Modifier and Type | Method and Description |
---|---|
<T> T |
DelegatingSearchProjectionFactoryContext.extension(SearchProjectionFactoryContextExtension<T,R,O> extension) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.