Method: SearchFlip::Index::ClassMethods#unfreeze_index

Defined in:
lib/search_flip/index.rb

#unfreeze_indexBoolean

Unfreezes the index within Elasticsearch. Raises SearchFlip::ResponseError in case any errors occur.

Returns:

  • (Boolean)

    Returns true or raises SearchFlip::ResponseError



370
371
372
# File 'lib/search_flip/index.rb', line 370

def unfreeze_index
  connection.unfreeze_index(index_name_with_prefix)
end