Interface CountDistinctAggregationFieldStep<PDF extends SearchPredicateFactory>
- Type Parameters:
PDF
- The type of factory used to create predicates inAggregationFilterStep.filter(Function)
.
The initial step in a "count distinct" aggregation definition, where the target field can be set.
-
Method Summary
Modifier and TypeMethodDescriptionTarget the given field in the count distinct aggregation.
-
Method Details
-
field
Target the given field in the count distinct aggregation.- Parameters:
fieldPath
- The path to the index field to aggregate.- Returns:
- The next step.
-