Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.ExtendedSearchAggregationFactory
-
Packages that use ExtendedSearchAggregationFactory Package Description org.hibernate.search.engine.search.aggregation.dsl org.hibernate.search.engine.search.aggregation.dsl.spi -
-
Uses of ExtendedSearchAggregationFactory in org.hibernate.search.engine.search.aggregation.dsl
Classes in org.hibernate.search.engine.search.aggregation.dsl with type parameters of type ExtendedSearchAggregationFactory Modifier and Type Interface Description interfaceExtendedSearchAggregationFactory<S extends ExtendedSearchAggregationFactory<?,PDF>,PDF extends SearchPredicateFactory>A base interface for subtypes ofSearchAggregationFactoryallowing to easily override the self type and predicate factory type for all relevant methods. -
Uses of ExtendedSearchAggregationFactory in org.hibernate.search.engine.search.aggregation.dsl.spi
Classes in org.hibernate.search.engine.search.aggregation.dsl.spi with type parameters of type ExtendedSearchAggregationFactory Modifier and Type Class Description classAbstractSearchAggregationFactory<S extends ExtendedSearchAggregationFactory<S,PDF>,SC extends SearchAggregationIndexScope<?>,PDF extends SearchPredicateFactory>Classes in org.hibernate.search.engine.search.aggregation.dsl.spi that implement ExtendedSearchAggregationFactory Modifier and Type Class Description classAbstractSearchAggregationFactory<S extends ExtendedSearchAggregationFactory<S,PDF>,SC extends SearchAggregationIndexScope<?>,PDF extends SearchPredicateFactory>
-