Method: Estella::Helpers::ClassMethods#delete_index!
- Defined in:
- lib/estella/helpers.rb
#delete_index! ⇒ Object
74 75 76 |
# File 'lib/estella/helpers.rb', line 74 def delete_index! __elasticsearch__.client.indices.delete index: index_name end |