Method: Syphon::Index::ClassMethods#destroy
- Defined in:
- lib/syphon/index.rb
#destroy ⇒ Object
75 76 77 78 |
# File 'lib/syphon/index.rb', line 75 def destroy internal_name = internal_index_name and client.indices.delete index: internal_name end |