Class: Elasticsearch::DSL::Search::Aggregations::ExtendedStats

Inherits:
Object
  • Object
show all
Includes:
BaseComponent
Defined in:
lib/elasticsearch/dsl/search/aggregations/extended_stats.rb

Overview

A multi-value metrics aggregation which returns the extended statistical information on numeric values

Examples:


search do
  aggregation :clicks_stats do
    extended_stats field: 'clicks'
  end
end

See Also:

Method Summary

Methods included from BaseComponent

included, #initialize