module Elasticsearch::API::Indices

Public Instance Methods

indices() click to toggle source

Proxy method for {IndicesClient}, available in the receiving object

# File lib/elasticsearch/api/namespace/indices.rb, line 14
def indices
  @indices ||= IndicesClient.new(self)
end