Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.AggregationFilterStep
-
Packages that use AggregationFilterStep Package Description org.hibernate.search.engine.search.aggregation.dsl -
-
Uses of AggregationFilterStep in org.hibernate.search.engine.search.aggregation.dsl
Subinterfaces of AggregationFilterStep in org.hibernate.search.engine.search.aggregation.dsl Modifier and Type Interface Description interfaceRangeAggregationOptionsStep<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.interfaceRangeAggregationRangeMoreStep<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.interfaceTermsAggregationOptionsStep<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.
-