| Modifier and Type | Method and Description |
|---|---|
IndexIndexer<D> |
IndexManagerImplementor.createIndexer(BackendSessionContext sessionContext,
DocumentCommitStrategy commitStrategy) |
IndexIndexingPlan<D> |
IndexManagerImplementor.createIndexingPlan(BackendSessionContext sessionContext,
DocumentCommitStrategy commitStrategy,
DocumentRefreshStrategy refreshStrategy) |
| Modifier and Type | Method and Description |
|---|---|
static DetachedBackendSessionContext |
DetachedBackendSessionContext.of(BackendSessionContext sessionContext) |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
FromDocumentFieldValueConvertContextExtension.extendOptional(FromDocumentFieldValueConvertContext original,
BackendSessionContext sessionContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
| Constructor and Description |
|---|
FromDocumentFieldValueConvertContextImpl(BackendSessionContext sessionContext) |
| Modifier and Type | Method and Description |
|---|---|
IndexIndexer<D> |
MappedIndexManager.createIndexer(BackendSessionContext sessionContext,
DocumentCommitStrategy commitStrategy) |
IndexIndexingPlan<D> |
MappedIndexManager.createIndexingPlan(BackendSessionContext sessionContext,
DocumentCommitStrategy commitStrategy,
DocumentRefreshStrategy refreshStrategy) |
| Modifier and Type | Method and Description |
|---|---|
SearchQueryHitTypeStep<?,R,E,SearchProjectionFactory<R,E>,?> |
MappedIndexScope.search(BackendSessionContext sessionContext,
LoadingContextBuilder<R,E> loadingContextBuilder) |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
SearchQueryDslExtension.extendOptional(SearchQueryHitTypeStep<?,R,E,?,?> original,
IndexScope<?> indexScope,
BackendSessionContext sessionContext,
LoadingContextBuilder<R,E> loadingContextBuilder)
Attempt to extend a given DSL step, returning an empty
Optional in case of failure. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract BackendSessionContext |
AbstractSearchQueryHitTypeStep.getSessionContext() |
| Modifier and Type | Method and Description |
|---|---|
<E> SearchQueryBuilder<E,C> |
SearchQueryBuilderFactory.asEntity(BackendSessionContext sessionContext,
LoadingContextBuilder<?,E> loadingContextBuilder) |
<P> SearchQueryBuilder<P,C> |
SearchQueryBuilderFactory.asProjection(BackendSessionContext sessionContext,
LoadingContextBuilder<?,?> loadingContextBuilder,
SearchProjection<P> projection) |
SearchQueryBuilder<List<?>,C> |
SearchQueryBuilderFactory.asProjections(BackendSessionContext sessionContext,
LoadingContextBuilder<?,?> loadingContextBuilder,
SearchProjection<?>... projections) |
<R> SearchQueryBuilder<R,C> |
SearchQueryBuilderFactory.asReference(BackendSessionContext sessionContext,
LoadingContextBuilder<R,?> loadingContextBuilder) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.