class OpenSearch::DSL::Search::Aggregations::ValueCount
A single-value metric aggregation which returns the number of values for the aggregation scope
@example
search do aggregation :value_count do value_count field: 'clicks' end end
A single-value metric aggregation which returns the number of values for the aggregation scope
@example
search do aggregation :value_count do value_count field: 'clicks' end end