Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.ExtendedSearchAggregationFactory
-
-
Uses of ExtendedSearchAggregationFactory in org.hibernate.search.backend.elasticsearch.search.aggregation.dsl
Subinterfaces of ExtendedSearchAggregationFactory in org.hibernate.search.backend.elasticsearch.search.aggregation.dsl Modifier and Type Interface Description interfaceElasticsearchSearchAggregationFactory -
Uses of ExtendedSearchAggregationFactory in org.hibernate.search.backend.elasticsearch.search.aggregation.dsl.impl
Classes in org.hibernate.search.backend.elasticsearch.search.aggregation.dsl.impl that implement ExtendedSearchAggregationFactory Modifier and Type Class Description classElasticsearchSearchAggregationFactoryImpl -
Uses of ExtendedSearchAggregationFactory in org.hibernate.search.backend.lucene.search.aggregation.dsl
Subinterfaces of ExtendedSearchAggregationFactory in org.hibernate.search.backend.lucene.search.aggregation.dsl Modifier and Type Interface Description interfaceLuceneSearchAggregationFactory -
Uses of ExtendedSearchAggregationFactory in org.hibernate.search.backend.lucene.search.aggregation.dsl.impl
Classes in org.hibernate.search.backend.lucene.search.aggregation.dsl.impl that implement ExtendedSearchAggregationFactory Modifier and Type Class Description classLuceneSearchAggregationFactoryImpl -
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>
-