struct Elasticsearch::Mapping

Included Modules

Defined in:

mappings.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(properties : Hash(String, Elasticsearch::Namespace | Elasticsearch::Property), dynamic : Elasticsearch::Dynamic? = nil, runtime : Hash(String, Elasticsearch::DynamicProperty) = RuntimePropertyMap.new, data_stream_timestamp : Elasticsearch::DataStreamTimestamp? = nil) #

[View source]

Instance Method Detail

def data_stream_timestamp : DataStreamTimestamp? #

[View source]
def dynamic : Dynamic? #

[View source]
def properties : Properties #

[View source]
def runtime : RuntimePropertyMap #

[View source]