Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.SearchAggregationFactory
Packages that use SearchAggregationFactory
Package
Description
-
Uses of SearchAggregationFactory in org.hibernate.search.engine.search.aggregation.dsl
Subinterfaces of SearchAggregationFactory in org.hibernate.search.engine.search.aggregation.dslModifier and TypeInterfaceDescriptioninterfaceExtendedSearchAggregationFactory<SR,S extends ExtendedSearchAggregationFactory<SR, ?, PDF>, PDF extends TypedSearchPredicateFactory<SR>> A base interface for subtypes ofTypedSearchAggregationFactoryallowing to easily override the self type and predicate factory type for all relevant methods.interfaceA factory for search aggregations.Methods in org.hibernate.search.engine.search.aggregation.dsl that return SearchAggregationFactoryModifier and TypeMethodDescriptionCreate a new aggregation factory whose root for all paths passed to the DSL will be the given object field.Methods in org.hibernate.search.engine.search.aggregation.dsl with parameters of type SearchAggregationFactoryModifier and TypeMethodDescriptionSearchAggregationFactoryExtension.extendOptional(SearchAggregationFactory original) 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 SearchAggregationFactoryModifier and TypeClassDescriptionclassAbstractSearchAggregationFactory<SR,S extends ExtendedSearchAggregationFactory<SR, S, PDF>, SC extends SearchAggregationIndexScope<?>, PDF extends TypedSearchPredicateFactory<SR>>