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 classAbstractSearchIndexScope<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 classAbstractSearchPredicateFactory<S extends ExtendedSearchPredicateFactory<S>,SC extends SearchPredicateIndexScope<?>>classSearchPredicateDslContext<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 interfaceSearchPredicateIndexScope<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 interfaceSearchQueryIndexScope<S extends SearchQueryIndexScope<?>>
-