Method: SearchFlip::Index::ClassMethods#unfreeze_index
- Defined in:
- lib/search_flip/index.rb
#unfreeze_index ⇒ Boolean
Unfreezes the index within Elasticsearch. Raises SearchFlip::ResponseError in case any errors occur.
370 371 372 |
# File 'lib/search_flip/index.rb', line 370 def unfreeze_index connection.unfreeze_index(index_name_with_prefix) end |