Class: Arelastic::Aggregations::Nested
- Inherits:
-
SpecialSingleBucket
- Object
- Nodes::Node
- Aggregation
- Bucket
- SpecialSingleBucket
- Arelastic::Aggregations::Nested
- Defined in:
- lib/arelastic/aggregations/nested.rb
Instance Attribute Summary
Attributes inherited from SpecialSingleBucket
Attributes inherited from Bucket
Attributes inherited from Aggregation
Instance Method Summary collapse
Methods inherited from SpecialSingleBucket
#as_elastic_aggregation, #initialize
Methods inherited from Bucket
#as_elastic_aggregation, #initialize
Methods inherited from Aggregation
#as_elastic, #initialize, #nested, #reverse_nested
Methods inherited from Nodes::Node
#==, #convert_to_elastic, #hash, #read_option!
Methods included from Arelastic::Arities::Binary
Methods included from Arelastic::Arities::Polyadic
Methods included from Arelastic::Arities::Unary
Constructor Details
This class inherits a constructor from Arelastic::Aggregations::SpecialSingleBucket
Instance Method Details
#aggregation_name ⇒ Object
4 5 6 |
# File 'lib/arelastic/aggregations/nested.rb', line 4 def aggregation_name 'nested' end |
#specification_key ⇒ Object
8 9 10 |
# File 'lib/arelastic/aggregations/nested.rb', line 8 def specification_key 'path' end |