Class: Elastic::NestedType

Inherits:
Types::BaseType show all
Extended by:
Types::FacetedType, Forwardable
Defined in:
lib/elastic/nested_type.rb

Instance Attribute Summary

Attributes inherited from Core::Serializer

#object

Class Method Summary collapse

Methods included from Types::FacetedType

field, fields

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

.queryObject



11
12
13
# File 'lib/elastic/nested_type.rb', line 11

def self.query
  NestedQuery.new self
end