Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.spi.SearchAggregationDslContext
-
Packages that use SearchAggregationDslContext Package Description org.hibernate.search.engine.search.aggregation.dsl org.hibernate.search.engine.search.aggregation.dsl.spi -
-
Uses of SearchAggregationDslContext in org.hibernate.search.engine.search.aggregation.dsl
Methods in org.hibernate.search.engine.search.aggregation.dsl with parameters of type SearchAggregationDslContext 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 SearchAggregationDslContext in org.hibernate.search.engine.search.aggregation.dsl.spi
Methods in org.hibernate.search.engine.search.aggregation.dsl.spi that return SearchAggregationDslContext Modifier and Type Method Description <PDF2 extends SearchPredicateFactory>
SearchAggregationDslContext<F,PDF2>SearchAggregationDslContext. withExtendedPredicateFactory(SearchPredicateFactoryExtension<PDF2> extension)Constructors in org.hibernate.search.engine.search.aggregation.dsl.spi with parameters of type SearchAggregationDslContext Constructor Description DelegatingSearchAggregationFactory(SearchAggregationFactory delegate, SearchAggregationDslContext<?,? extends PDF> dslContext)
-