Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.AggregationFinalStep
Package
Description
-
Uses of AggregationFinalStep in org.hibernate.search.backend.elasticsearch.search.aggregation.dsl
Modifier and TypeMethodDescriptionAggregationFinalStep<com.google.gson.JsonObject>
ElasticsearchSearchAggregationFactory.fromJson
(com.google.gson.JsonObject jsonObject) Create an aggregation from JSON.AggregationFinalStep<com.google.gson.JsonObject>
Create an aggregation from JSON. -
Uses of AggregationFinalStep in org.hibernate.search.engine.search.aggregation.dsl
Modifier and TypeInterfaceDescriptioninterface
RangeAggregationOptionsStep<S extends RangeAggregationOptionsStep<?,
PDF, F, A>, PDF extends SearchPredicateFactory, F, A> The final step in a "range" aggregation definition, where optional parameters can be set.interface
RangeAggregationRangeMoreStep<S extends RangeAggregationRangeMoreStep<?,
?, PDF, F>, N extends RangeAggregationOptionsStep<?, PDF, F, Map<Range<F>, Long>>, PDF extends SearchPredicateFactory, F> The step in a "range" aggregation definition where optional parameters can be set, (see the superinterfaceRangeAggregationOptionsStep
), or more ranges can be added.interface
TermsAggregationOptionsStep<S extends TermsAggregationOptionsStep<?,
PDF, F, A>, PDF extends SearchPredicateFactory, F, A> The final step in a "terms" aggregation definition, where optional parameters can be set. -
Uses of AggregationFinalStep in org.hibernate.search.engine.search.query.dsl
Modifier and TypeMethodDescription<T> S
SearchQueryOptionsStep.aggregation
(AggregationKey<T> key, Function<? super AF, ? extends AggregationFinalStep<T>> aggregationContributor) Add an aggregation to this query. -
Uses of AggregationFinalStep in org.hibernate.search.engine.search.query.dsl.spi
Modifier and TypeMethodDescription<A> S
AbstractSearchQueryOptionsStep.aggregation
(AggregationKey<A> key, Function<? super AF, ? extends AggregationFinalStep<A>> aggregationContributor)