Module: OpenSearch::API::DanglingIndices

Defined in:
lib/opensearch/api/namespace/dangling_indices.rb,
lib/opensearch/api/actions/dangling_indices/params_registry.rb,
lib/opensearch/api/actions/dangling_indices/delete_dangling_index.rb,
lib/opensearch/api/actions/dangling_indices/import_dangling_index.rb,
lib/opensearch/api/actions/dangling_indices/list_dangling_indices.rb

Defined Under Namespace

Modules: Actions Classes: DanglingIndicesClient

Instance Method Summary collapse

Instance Method Details

#dangling_indicesObject

Proxy method for DanglingIndicesClient, available in the receiving object



42
43
44
# File 'lib/opensearch/api/namespace/dangling_indices.rb', line 42

def dangling_indices
  @dangling_indices ||= DanglingIndicesClient.new(self)
end