| Package | Description |
|---|---|
| org.hibernate.search.engine.mapper.scope.spi | |
| org.hibernate.search.engine.search.query.dsl | |
| org.hibernate.search.engine.search.query.dsl.spi |
| Modifier and Type | Method and Description |
|---|---|
<LOS> SearchQueryHitTypeStep<?,R,E,LOS,SearchProjectionFactory<R,E>,?> |
MappedIndexScope.search(BackendSessionContext sessionContext,
LoadingContextBuilder<R,E,LOS> loadingContextBuilder) |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
SearchQueryDslExtension.extendOptional(SearchQueryHitTypeStep<?,R,E,LOS,?,?> original,
IndexScope<?> indexScope,
BackendSessionContext sessionContext,
LoadingContextBuilder<R,E,LOS> loadingContextBuilder)
Attempt to extend a given DSL step, returning an empty
Optional in case of failure. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingSearchQueryHitTypeStep<R,E,LOS> |
class |
AbstractSearchQueryHitTypeStep<N extends SearchQueryOptionsStep<?,E,LOS,?,?>,R,E,LOS,PJF extends SearchProjectionFactory<R,E>,PDF extends SearchPredicateFactory,C> |
| Constructor and Description |
|---|
AbstractDelegatingSearchQueryHitTypeStep(SearchQueryHitTypeStep<?,R,E,LOS,?,?> delegate) |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.