Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.SearchAggregationFactoryExtension
Packages that use SearchAggregationFactoryExtension
Package
Description
-
Uses of SearchAggregationFactoryExtension in org.hibernate.search.engine.search.aggregation.dsl
Methods in org.hibernate.search.engine.search.aggregation.dsl with parameters of type SearchAggregationFactoryExtensionModifier and TypeMethodDescription<T> TSearchAggregationFactory.extension(SearchAggregationFactoryExtension<T> extension) Extend the current factory with the given extension, resulting in an extended factory offering different types of aggregations. -
Uses of SearchAggregationFactoryExtension in org.hibernate.search.engine.search.aggregation.dsl.spi
Methods in org.hibernate.search.engine.search.aggregation.dsl.spi with parameters of type SearchAggregationFactoryExtensionModifier and TypeMethodDescription<T> TAbstractSearchAggregationFactory.extension(SearchAggregationFactoryExtension<T> extension)