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