| Package | Description |
|---|---|
| org.hibernate.search.engine.backend.scope.spi | |
| org.hibernate.search.engine.search.dsl.query | |
| org.hibernate.search.engine.search.dsl.query.spi |
| Modifier and Type | Method and Description |
|---|---|
IndexScope<?> |
IndexScopeBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
SearchQueryContextExtension.extendOptional(SearchQueryResultDefinitionContext<?,R,E,?,?> original,
IndexScope<?> indexScope,
SessionContextImplementor sessionContext,
LoadingContextBuilder<R,E> loadingContextBuilder)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract IndexScope<C> |
AbstractSearchQueryResultDefinitionContext.getIndexScope() |
| Constructor and Description |
|---|
AbstractExtendedSearchQueryContext(IndexScope<C> indexScope,
SearchQueryBuilder<H,C> searchQueryBuilder) |
AbstractSearchQueryContext(IndexScope<C> indexScope,
SearchQueryBuilder<H,C> searchQueryBuilder) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.