| Package | Description |
|---|---|
| org.hibernate.search.engine.backend.scope.spi | |
| org.hibernate.search.engine.search.query.dsl | |
| org.hibernate.search.engine.search.query.dsl.spi |
| Modifier and Type | Method and Description |
|---|---|
IndexScope<?> |
IndexScopeBuilder.build() |
| 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 IndexScope<C> |
AbstractSearchQueryHitTypeStep.getIndexScope() |
| Constructor and Description |
|---|
AbstractExtendedSearchQueryOptionsStep(IndexScope<C> indexScope,
SearchQueryBuilder<H,C> searchQueryBuilder) |
AbstractSearchQueryOptionsStep(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.