Uses of Interface
org.hibernate.search.engine.search.query.spi.SearchQueryIndexScope
-
-
Uses of SearchQueryIndexScope in org.hibernate.search.backend.elasticsearch
Methods in org.hibernate.search.backend.elasticsearch with parameters of type SearchQueryIndexScope Modifier and Type Method Description Optional<ElasticsearchSearchQuerySelectStep<R,E,LOS>>
ElasticsearchExtension. extendOptional(SearchQuerySelectStep<?,R,E,LOS,?,?> original, SearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<R,E,LOS> loadingContextBuilder)
Attempt to extend a given DSL step, returning an emptyOptional
in case of failure. -
Uses of SearchQueryIndexScope in org.hibernate.search.backend.lucene
Methods in org.hibernate.search.backend.lucene with parameters of type SearchQueryIndexScope Modifier and Type Method Description Optional<LuceneSearchQuerySelectStep<R,E,LOS>>
LuceneExtension. extendOptional(SearchQuerySelectStep<?,R,E,LOS,?,?> original, SearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<R,E,LOS> loadingContextBuilder)
Attempt to extend a given DSL step, returning an emptyOptional
in case of failure. -
Uses of SearchQueryIndexScope in org.hibernate.search.engine.backend.scope.spi
Classes in org.hibernate.search.engine.backend.scope.spi with type parameters of type SearchQueryIndexScope Modifier and Type Class Description class
AbstractSearchIndexScope<S extends SearchQueryIndexScope<?>,M extends AbstractIndexModel<?,? extends C,? extends N>,N extends SearchIndexNodeContext<? super S>,C extends SearchIndexCompositeNodeContext<? super S>>
Classes in org.hibernate.search.engine.backend.scope.spi that implement SearchQueryIndexScope Modifier and Type Class Description class
AbstractSearchIndexScope<S extends SearchQueryIndexScope<?>,M extends AbstractIndexModel<?,? extends C,? extends N>,N extends SearchIndexNodeContext<? super S>,C extends SearchIndexCompositeNodeContext<? super S>>
Methods in org.hibernate.search.engine.backend.scope.spi that return SearchQueryIndexScope Modifier and Type Method Description SearchQueryIndexScope<? extends SearchQueryIndexScope<?>>
IndexScope. searchScope()
Methods in org.hibernate.search.engine.backend.scope.spi that return types with arguments of type SearchQueryIndexScope Modifier and Type Method Description SearchQueryIndexScope<? extends SearchQueryIndexScope<?>>
IndexScope. searchScope()
-
Uses of SearchQueryIndexScope in org.hibernate.search.engine.search.query.dsl
Methods in org.hibernate.search.engine.search.query.dsl with parameters of type SearchQueryIndexScope Modifier and Type Method Description Optional<T>
SearchQueryDslExtension. extendOptional(SearchQuerySelectStep<?,R,E,LOS,?,?> original, SearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<R,E,LOS> loadingContextBuilder)
Attempt to extend a given DSL step, returning an emptyOptional
in case of failure. -
Uses of SearchQueryIndexScope in org.hibernate.search.engine.search.query.dsl.spi
Classes in org.hibernate.search.engine.search.query.dsl.spi with type parameters of type SearchQueryIndexScope Modifier and Type Class Description class
AbstractExtendedSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,LOS,SF,AF>,H,R extends SearchResult<H>,SCR extends SearchScroll<H>,LOS,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,AF extends SearchAggregationFactory,SC extends SearchQueryIndexScope<?>>
class
AbstractSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,LOS,SF,AF>,H,LOS,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,AF extends SearchAggregationFactory,SC extends SearchQueryIndexScope<?>>
Fields in org.hibernate.search.engine.search.query.dsl.spi declared as SearchQueryIndexScope Modifier and Type Field Description protected SC
AbstractSearchQueryOptionsStep. scope
Methods in org.hibernate.search.engine.search.query.dsl.spi that return SearchQueryIndexScope Modifier and Type Method Description protected abstract SearchQueryIndexScope<?>
AbstractSearchQuerySelectStep. scope()
-
Uses of SearchQueryIndexScope in org.hibernate.search.engine.search.query.spi
Classes in org.hibernate.search.engine.search.query.spi with type parameters of type SearchQueryIndexScope Modifier and Type Interface Description interface
SearchQueryIndexScope<S extends SearchQueryIndexScope<?>>
-