| Modifier and Type | Method and Description |
|---|---|
Optional<ElasticsearchSearchProjectionFactoryContext<R,O>> |
ElasticsearchExtension.extendOptional(SearchProjectionFactoryContext<R,O> original,
SearchProjectionBuilderFactory factory)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ElasticsearchSearchProjectionFactoryContext<R,O>
A DSL context allowing to create a projection, with some Elasticsearch-specific methods.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<LuceneSearchProjectionFactoryContext<R,O>> |
LuceneExtension.extendOptional(SearchProjectionFactoryContext<R,O> original,
SearchProjectionBuilderFactory factory)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LuceneSearchProjectionFactoryContext<R,O>
A DSL context allowing to create a projection, with some Lucene-specific methods.
|
| Modifier and Type | Method and Description |
|---|---|
SearchProjectionFactoryContext<R,O> |
MappedIndexSearchTarget.projection() |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
SearchProjectionFactoryContextExtension.extendOptional(SearchProjectionFactoryContext<R,O> original,
SearchProjectionBuilderFactory factory)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
| Modifier and Type | Method and Description |
|---|---|
SearchProjection<P> |
SearchProjectionFactoryExtensionContext.orElse(Function<SearchProjectionFactoryContext<R,O>,SearchProjection<P>> projectionContributor)
If no extension passed to
SearchProjectionFactoryExtensionContext.ifSupported(SearchProjectionFactoryContextExtension, Function)
was supported so far, apply the given function to the current (non-extended) SearchProjectionFactoryContext;
otherwise return the projection created in the first succeeding ifSupported call. |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingSearchProjectionFactoryContext<R,O> |
| Constructor and Description |
|---|
DelegatingSearchProjectionFactoryContext(SearchProjectionFactoryContext<R,O> delegate) |
| Modifier and Type | Method and Description |
|---|---|
<T> SearchQueryResultContext<? extends FullTextQuery<T>> |
FullTextQueryResultDefinitionContext.asProjection(Function<? super SearchProjectionFactoryContext<PojoReference,O>,SearchProjection<T>> projectionContributor) |
| Modifier and Type | Method and Description |
|---|---|
SearchProjectionFactoryContext<PojoReference,T> |
FullTextSearchTarget.projection() |
| Modifier and Type | Method and Description |
|---|---|
<T> SearchQueryResultContext<? extends FullTextQuery<T>> |
FullTextQueryResultDefinitionContext.asProjection(Function<? super SearchProjectionFactoryContext<PojoReference,O>,SearchProjection<T>> projectionContributor) |
| Modifier and Type | Method and Description |
|---|---|
SearchProjectionFactoryContext<PojoReference,T> |
HibernateOrmSearchTarget.projection() |
| Modifier and Type | Method and Description |
|---|---|
SearchProjectionFactoryContext<PojoReference,O> |
PojoSearchTargetDelegate.projection() |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.