Method: Estella::Helpers::ClassMethods#reload_index!

Defined in:
lib/estella/helpers.rb

#reload_index!Object



85
86
87
88
# File 'lib/estella/helpers.rb', line 85

def reload_index!
  delete_index! if index_exists?
  create_index!
end