Class DenseVectorCountGroupingAggregatorFunction

java.lang.Object
org.elasticsearch.compute.aggregation.CountGroupingAggregatorFunction
org.elasticsearch.compute.aggregation.DenseVectorCountGroupingAggregatorFunction
All Implemented Interfaces:
Closeable, AutoCloseable, GroupingAggregatorFunction, org.elasticsearch.core.Releasable

public class DenseVectorCountGroupingAggregatorFunction extends CountGroupingAggregatorFunction
Specialized CountGroupingAggregatorFunction for dense_vectors. dense_vectors are represented as multivalued fields, so we should only count 1 value for each dense_vector row instead of counting the number of values