Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.CountValuesAggregationOptionsStep
Packages that use CountValuesAggregationOptionsStep
-
Uses of CountValuesAggregationOptionsStep in org.hibernate.search.engine.search.aggregation.dsl
Classes in org.hibernate.search.engine.search.aggregation.dsl with type parameters of type CountValuesAggregationOptionsStepModifier and TypeInterfaceDescriptioninterfaceCountValuesAggregationOptionsStep<SR,S extends CountValuesAggregationOptionsStep<SR, ?, PDF>, PDF extends TypedSearchPredicateFactory<SR>> The final step in a "count" aggregation definition, where optional parameters can be set.Methods in org.hibernate.search.engine.search.aggregation.dsl that return CountValuesAggregationOptionsStepModifier and TypeMethodDescriptionCount the number of non-empty values for the given field.default CountValuesAggregationOptionsStep<SR, ?, PDF> CountAggregationKindStep.field(CountAggregationFieldReference<SR> fieldReference) Count the number of non-empty values for the given field.Target the given field in the count values aggregation.default CountValuesAggregationOptionsStep<SR, ?, PDF> CountValuesAggregationFieldStep.field(CountAggregationFieldReference<SR> fieldReference) Target the given field in the count values aggregation.