class Elasticsearch::Client

Included Modules

Defined in:

elasticsearch-crystal.cr

Constructors

Instance methods inherited from module Elasticsearch::API::Count

count(index, query) : Hash count

Instance methods inherited from module Elasticsearch::API::Indices

mapping(index) : Hash mapping

Instance methods inherited from module Elasticsearch::API::Search

search(index, query) : Hash search

Instance methods inherited from module Elasticsearch::API::Cat

indices indices

Constructor Detail

def self.new(address, port) #

[View source]