Class: Elasticband::Aggregation::Terms

Inherits:
FieldBased show all
Defined in:
lib/elasticband/aggregation/terms.rb

Constant Summary

Constants inherited from Elasticband::Aggregation

PARSE_AGGREGATIONS

Instance Attribute Summary

Attributes inherited from FieldBased

#field, #options

Attributes inherited from Elasticband::Aggregation

#name

Instance Method Summary collapse

Methods inherited from FieldBased

#initialize, #to_h

Methods inherited from Elasticband::Aggregation

#initialize, merge, parse, #to_h

Constructor Details

This class inherits a constructor from Elasticband::Aggregation::FieldBased

Instance Method Details

#typeObject



4
5
6
# File 'lib/elasticband/aggregation/terms.rb', line 4

def type
  :terms
end