struct Elasticsearch::Indices::Client

Defined in:

indices.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client : Elasticsearch::Client) #

[View source]

Instance Method Detail

def create(name : String, mappings : Mapping, settings = nil) #

[View source]
def create(name : String) #

[View source]
def delete(name : String) #

[View source]
def get(names : Enumerable(String)) #

[View source]
def get(name : String) #

[View source]
def refresh(name : String) #

[View source]
def stats(name : String) #

[View source]