lib/elasticsearch/api/actions/indices/refresh.rb in elasticsearch-api-1.0.7 vs lib/elasticsearch/api/actions/indices/refresh.rb in elasticsearch-api-1.0.9

- old
+ new

@@ -6,10 +6,10 @@ # Refresh the index and to make the changes (creates, updates, deletes) searchable. # # By default, Elasticsearch has a delay of 1 second until changes to an index are # available for search; the delay is configurable, see {Indices::Actions#put_settings}. # - # You can trigger this operation explicitely, for example when performing a sequence of commands + # You can trigger this operation explicitly, for example when performing a sequence of commands # in integration tests, or when you need to perform a manual "synchronization" of the index # with an external system at given moment. # # @example Refresh an index named _myindex_ #