struct Elasticsearch::Aggregations::StringStats

Included Modules

Defined in:

elasticsearch.cr

Constructors

Instance Method Summary

Class methods inherited from module Elasticsearch::Aggregations::Aggregation

from_json(pull : JSON::PullParser) from_json

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def avg_length : Float64 | Nil #

[View source]
def count : Int64 #

[View source]
def entropy : Float64 #

[View source]
def max_length : Int64 | Nil #

[View source]
def min_length : Int64 | Nil #

[View source]