Uses of Class
org.hibernate.search.engine.search.aggregation.dsl.spi.SearchAggregationDslContext
Packages that use SearchAggregationDslContext
Package
Description
-
Uses of SearchAggregationDslContext in org.hibernate.search.backend.elasticsearch.search.aggregation.dsl.impl
Constructors in org.hibernate.search.backend.elasticsearch.search.aggregation.dsl.impl with parameters of type SearchAggregationDslContextModifierConstructorDescriptionElasticsearchSearchAggregationFactoryImpl(SearchAggregationDslContext<ElasticsearchSearchAggregationIndexScope<?>, ElasticsearchSearchPredicateFactory> dslContext) -
Uses of SearchAggregationDslContext in org.hibernate.search.backend.lucene.search.aggregation.dsl.impl
Constructors in org.hibernate.search.backend.lucene.search.aggregation.dsl.impl with parameters of type SearchAggregationDslContextModifierConstructorDescriptionLuceneSearchAggregationFactoryImpl(SearchAggregationDslContext<LuceneSearchAggregationIndexScope<?>, LuceneSearchPredicateFactory> dslContext) -
Uses of SearchAggregationDslContext in org.hibernate.search.engine.search.aggregation.dsl.impl
Constructors in org.hibernate.search.engine.search.aggregation.dsl.impl with parameters of type SearchAggregationDslContextModifierConstructorDescriptionRangeAggregationFieldStepImpl(SearchAggregationDslContext<?, ? extends PDF> dslContext) TermsAggregationFieldStepImpl(SearchAggregationDslContext<?, ? extends PDF> dslContext) WithParametersAggregationFinalStep(SearchAggregationDslContext<?, ?> dslContext, Function<? super NamedValues, ? extends AggregationFinalStep<A>> aggregationCreator) -
Uses of SearchAggregationDslContext in org.hibernate.search.engine.search.aggregation.dsl.spi
Fields in org.hibernate.search.engine.search.aggregation.dsl.spi declared as SearchAggregationDslContextModifier and TypeFieldDescriptionprotected final SearchAggregationDslContext<SC,PDF> AbstractSearchAggregationFactory.dslContextMethods in org.hibernate.search.engine.search.aggregation.dsl.spi that return SearchAggregationDslContextModifier and TypeMethodDescriptionstatic <SC extends SearchAggregationIndexScope<?>,PDF extends SearchPredicateFactory>
SearchAggregationDslContext<SC,PDF> SearchAggregationDslContext.root(SC scope, PDF predicateFactory) Constructors in org.hibernate.search.engine.search.aggregation.dsl.spi with parameters of type SearchAggregationDslContextModifierConstructorDescriptionAbstractSearchAggregationFactory(SearchAggregationDslContext<SC, PDF> dslContext)