Module: Esearch::Mixin::Index
Overview
Mixin that adds index commands
Instance Method Summary collapse
-
#refresh ⇒ self
private
Refresh cluster.
-
#status ⇒ Status
private
Return status of cluster.
Instance Method Details
#refresh ⇒ self
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.
Refresh cluster
77 78 79 |
# File 'lib/esearch/mixin.rb', line 77 def refresh Command::Index::Refresh.run(self) end |
#status ⇒ Status
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.
Return status of cluster
87 88 89 |
# File 'lib/esearch/mixin.rb', line 87 def status Command::Index::Status.run(self) end |