Uses of Interface
org.hibernate.search.engine.search.predicate.spi.SearchPredicateIndexScope
-
-
Uses of SearchPredicateIndexScope in org.hibernate.search.engine.backend.scope.spi
Classes in org.hibernate.search.engine.backend.scope.spi that implement SearchPredicateIndexScope 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>>
-
Uses of SearchPredicateIndexScope in org.hibernate.search.engine.search.predicate.dsl.spi
Classes in org.hibernate.search.engine.search.predicate.dsl.spi with type parameters of type SearchPredicateIndexScope Modifier and Type Class Description class
AbstractSearchPredicateFactory<S extends ExtendedSearchPredicateFactory<S>,SC extends SearchPredicateIndexScope<?>>
class
SearchPredicateDslContext<SC extends SearchPredicateIndexScope<?>>
Represents the current context in the search DSL, including in particular the search scope and the predicate builder factory.Methods in org.hibernate.search.engine.search.predicate.dsl.spi with type parameters of type SearchPredicateIndexScope Modifier and Type Method Description static <SC extends SearchPredicateIndexScope<?>>
SearchPredicateDslContext<SC>SearchPredicateDslContext. root(SC scope)
-
Uses of SearchPredicateIndexScope in org.hibernate.search.engine.search.predicate.spi
Classes in org.hibernate.search.engine.search.predicate.spi with type parameters of type SearchPredicateIndexScope Modifier and Type Interface Description interface
SearchPredicateIndexScope<S extends SearchPredicateIndexScope<?>>
-
Uses of SearchPredicateIndexScope in org.hibernate.search.engine.search.query.spi
Subinterfaces of SearchPredicateIndexScope in org.hibernate.search.engine.search.query.spi Modifier and Type Interface Description interface
SearchQueryIndexScope<S extends SearchQueryIndexScope<?>>
-