Method: Esearch::Index#delete

Defined in:
lib/esearch/index.rb

#deletePresenter::Index::Delete

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Delete remote index



35
36
37
# File 'lib/esearch/index.rb', line 35

def delete
  Command::Index::Delete.run(self)
end