struct Elasticsearch::Indices::Settings::Index

Included Modules

Defined in:

indices.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(analysis : Elasticsearch::Indices::Settings::Analysis? = nil, routing : Elasticsearch::Indices::Settings::Index::Routing? = nil, hidden : Elasticsearch::Indices::Settings::Index::Hidden? = nil, number_of_shards : Int64? = nil, number_of_replicas : Int64? = nil, provided_name : String? = nil, creation_date : Time? = nil, uuid : String? = nil, version : Elasticsearch::Indices::Settings::Index::Version? = nil, lifecycle : Elasticsearch::Indices::Settings::Index::Lifecycle? = nil) #

[View source]

Instance Method Detail

def analysis : Analysis? #

[View source]
def creation_date : Time #

[View source]
def hidden : Hidden #

[View source]
def lifecycle : Lifecycle? #

[View source]
def number_of_replicas : Int64 #

[View source]
def number_of_shards : Int64 #

[View source]
def provided_name : String #

[View source]
def routing : Routing #

[View source]
def uuid : String #

[View source]
def version : Version #

[View source]