Method: SearchFlip::Index::ClassMethods#freeze_index
- Defined in:
- lib/search_flip/index.rb
#freeze_index ⇒ Boolean
Freezes the index within Elasticsearch. Raises SearchFlip::ResponseError in case any errors occur.
361 362 363 |
# File 'lib/search_flip/index.rb', line 361 def freeze_index connection.freeze_index(index_name_with_prefix) end |