Method: Esearch::Document#delete

Defined in:
lib/esearch/document.rb

#deletePresenter::Command::Document::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 document

Returns:

API:

  • private



15
16
17
# File 'lib/esearch/document.rb', line 15

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