We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent1591154 commit136d4f3Copy full SHA for 136d4f3
elasticsearch-model/lib/elasticsearch/model/indexing.rb
@@ -281,7 +281,7 @@ def delete_index!(options={})
281
self.client.indices.deleteindex:target_index
282
rescueException=>e
283
ife.class.to_s =~/NotFound/ &&options[:force]
284
-client.transport.transport.logger.debug("[!!!] Index does not exist (#{e.class})")ifclient.transport.transport.logger
+client.transport.logger.debug("[!!!] Index does not exist (#{e.class})")ifclient.transport.logger
285
nil
286
else
287
raisee
@@ -308,7 +308,7 @@ def refresh_index!(options={})
308
self.client.indices.refreshindex:target_index
309
310
311
312
313
314