Uses of Interface
org.hibernate.search.engine.backend.scope.spi.IndexScope
-
Packages that use IndexScope Package Description org.hibernate.search.engine.backend.scope.spi org.hibernate.search.engine.search.query.dsl org.hibernate.search.engine.search.query.dsl.spi -
-
Uses of IndexScope in org.hibernate.search.engine.backend.scope.spi
Methods in org.hibernate.search.engine.backend.scope.spi that return IndexScope Modifier and Type Method Description IndexScope<?>IndexScopeBuilder. build() -
Uses of IndexScope in org.hibernate.search.engine.search.query.dsl
Methods in org.hibernate.search.engine.search.query.dsl with parameters of type IndexScope Modifier and Type Method Description Optional<T>SearchQueryDslExtension. extendOptional(SearchQuerySelectStep<?,R,E,LOS,?,?> original, IndexScope<?> indexScope, BackendSessionContext sessionContext, LoadingContextBuilder<R,E,LOS> loadingContextBuilder)Attempt to extend a given DSL step, returning an emptyOptionalin case of failure. -
Uses of IndexScope in org.hibernate.search.engine.search.query.dsl.spi
Methods in org.hibernate.search.engine.search.query.dsl.spi that return IndexScope Modifier and Type Method Description protected abstract IndexScope<C>AbstractSearchQuerySelectStep. indexScope()Constructors in org.hibernate.search.engine.search.query.dsl.spi with parameters of type IndexScope Constructor Description AbstractExtendedSearchQueryOptionsStep(IndexScope<C> indexScope, SearchQueryBuilder<H,C> searchQueryBuilder, LoadingContextBuilder<?,?,LOS> loadingContextBuilder)AbstractSearchQueryOptionsStep(IndexScope<C> indexScope, SearchQueryBuilder<H,C> searchQueryBuilder, LoadingContextBuilder<?,?,LOS> loadingContextBuilder)
-