Uses of Interface
org.hibernate.search.engine.search.aggregation.spi.SearchAggregationIndexScope
Packages that use SearchAggregationIndexScope
Package
Description
-
Uses of SearchAggregationIndexScope in org.hibernate.search.engine.backend.scope.spi
Classes in org.hibernate.search.engine.backend.scope.spi that implement SearchAggregationIndexScopeModifier and TypeClassDescriptionclass
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 SearchAggregationIndexScopeModifier and TypeClassDescriptionclass
AbstractSearchAggregationFactory<SR,
S extends ExtendedSearchAggregationFactory<SR, S, PDF>, SC extends SearchAggregationIndexScope<?>, PDF extends SearchPredicateFactory<SR>> class
SearchAggregationDslContext<SR,
SC extends SearchAggregationIndexScope<?>, PDF extends SearchPredicateFactory<SR>> 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 SearchAggregationIndexScopeModifier and TypeMethodDescriptionstatic <SR,
SC extends SearchAggregationIndexScope<?>, PDF extends SearchPredicateFactory<SR>>
SearchAggregationDslContext<SR, 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 SearchAggregationIndexScopeModifier and TypeInterfaceDescriptioninterface
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.spiModifier and TypeInterfaceDescriptioninterface
SearchQueryIndexScope<S extends SearchQueryIndexScope<?>>