Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.SearchAggregationFactory
-
-
Uses of SearchAggregationFactory in org.hibernate.search.engine.mapper.scope.spi
Methods in org.hibernate.search.engine.mapper.scope.spi that return SearchAggregationFactory Modifier and Type Method Description SearchAggregationFactoryMappedIndexScope. aggregation() -
Uses of SearchAggregationFactory in org.hibernate.search.engine.search.aggregation.dsl
Subinterfaces of SearchAggregationFactory in org.hibernate.search.engine.search.aggregation.dsl Modifier and Type Interface Description interfaceExtendedSearchAggregationFactory<PDF extends SearchPredicateFactory>A base interface for subtypes ofSearchAggregationFactoryallowing to easily override the predicate factory type for all relevant methods.Methods in org.hibernate.search.engine.search.aggregation.dsl with parameters of type SearchAggregationFactory Modifier and Type Method Description Optional<T>SearchAggregationFactoryExtension. extendOptional(SearchAggregationFactory original, SearchAggregationDslContext<?,?> dslContext)Attempt to extend a given factory, returning an emptyOptionalin case of failure. -
Uses of SearchAggregationFactory in org.hibernate.search.engine.search.aggregation.dsl.spi
Classes in org.hibernate.search.engine.search.aggregation.dsl.spi that implement SearchAggregationFactory Modifier and Type Class Description classDelegatingSearchAggregationFactory<PDF extends SearchPredicateFactory>A delegatingSearchAggregationFactory.Methods in org.hibernate.search.engine.search.aggregation.dsl.spi that return SearchAggregationFactory Modifier and Type Method Description protected SearchAggregationFactoryDelegatingSearchAggregationFactory. delegate()Constructors in org.hibernate.search.engine.search.aggregation.dsl.spi with parameters of type SearchAggregationFactory Constructor Description DelegatingSearchAggregationFactory(SearchAggregationFactory delegate, SearchAggregationDslContext<?,? extends PDF> dslContext) -
Uses of SearchAggregationFactory in org.hibernate.search.engine.search.query.dsl
Classes in org.hibernate.search.engine.search.query.dsl with type parameters of type SearchAggregationFactory Modifier and Type Interface Description interfaceSearchQueryOptionsStep<S extends SearchQueryOptionsStep<?,H,LOS,SF,AF>,H,LOS,SF extends SearchSortFactory,AF extends SearchAggregationFactory>The final step in a query definition, where optional parameters such assortscan be set, and where the query can beexecutedorretrieved as an object. -
Uses of SearchAggregationFactory in org.hibernate.search.engine.search.query.dsl.spi
Classes in org.hibernate.search.engine.search.query.dsl.spi with type parameters of type SearchAggregationFactory Modifier and Type Class Description classAbstractExtendedSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,LOS,SF,AF>,H,R extends SearchResult<H>,LOS,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,AF extends SearchAggregationFactory,C>classAbstractSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,LOS,SF,AF>,H,LOS,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,AF extends SearchAggregationFactory,C>Methods in org.hibernate.search.engine.search.query.dsl.spi with parameters of type SearchAggregationFactory Modifier and Type Method Description protected abstract AFAbstractSearchQueryOptionsStep. extendAggregationFactory(SearchAggregationFactory aggregationFactory)
-