Class: Elastic::NestedType
- Inherits:
-
Types::BaseType
- Object
- Core::Serializer
- Types::BaseType
- Elastic::NestedType
- Extended by:
- Types::FacetedType, Forwardable
- Defined in:
- lib/elastic/nested_type.rb
Instance Attribute Summary
Attributes inherited from Core::Serializer
Class Method Summary collapse
Methods included from Types::FacetedType
Methods inherited from Types::BaseType
definition, freeze_definition, #initialize, pre_definition, target=
Methods inherited from Core::Serializer
#as_elastic_document, #as_elastic_source, #fields, #initialize, original_value_occluded?
Constructor Details
This class inherits a constructor from Elastic::Types::BaseType
Class Method Details
.query ⇒ Object
11 12 13 |
# File 'lib/elastic/nested_type.rb', line 11 def self.query NestedQuery.new self end |