Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.AggregationFinalStep
-
-
Uses of AggregationFinalStep in org.hibernate.search.backend.elasticsearch.search.aggregation.dsl
Methods in org.hibernate.search.backend.elasticsearch.search.aggregation.dsl that return AggregationFinalStep Modifier and Type Method Description AggregationFinalStep<com.google.gson.JsonObject>
ElasticsearchSearchAggregationFactory. fromJson(com.google.gson.JsonObject jsonObject)
Create an aggregation from JSON.AggregationFinalStep<com.google.gson.JsonObject>
ElasticsearchSearchAggregationFactory. fromJson(String jsonString)
Create an aggregation from JSON. -
Uses of AggregationFinalStep in org.hibernate.search.engine.search.aggregation.dsl
Subinterfaces of AggregationFinalStep in org.hibernate.search.engine.search.aggregation.dsl Modifier and Type Interface Description interface
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
Method parameters in org.hibernate.search.engine.search.query.dsl with type arguments of type AggregationFinalStep Modifier and Type Method Description <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
Method parameters in org.hibernate.search.engine.search.query.dsl.spi with type arguments of type AggregationFinalStep Modifier and Type Method Description <A> S
AbstractSearchQueryOptionsStep. aggregation(AggregationKey<A> key, Function<? super AF,? extends AggregationFinalStep<A>> aggregationContributor)
-