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<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 SearchAggregationIndexScopeModifier and TypeMethodDescriptionstatic <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 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<?>>