Quellcode durchsuchen

Reword Refresh API reference (#19270)

Christoph Wurm vor 9 Jahren
Ursprung
Commit
c9da56dc80
1 geänderte Dateien mit 4 neuen und 3 gelöschten Zeilen
  1. 4 3
      docs/reference/docs/refresh.asciidoc

+ 4 - 3
docs/reference/docs/refresh.asciidoc

@@ -19,9 +19,10 @@ Wait for the changes made by the request to be made visible by a refresh before
 replying. This doesn't force an immediate refresh, rather, it waits for a
 refresh to happen. Elasticsearch automatically refreshes shards that have changed
 every `index.refresh_interval` which defaults to one second. That setting is
-<<dynamic-index-settings,dynamic>>. The <<indices-refresh>> API will also
-cause the request to return, as will setting `refresh` to `true` on any of the
-APIs that support it.
+<<dynamic-index-settings,dynamic>>. Calling the <<indices-refresh>> API or
+setting `refresh` to `true` on any of the APIs that support it will also
+cause a refresh, in turn causing already running requests with `refresh=wait_for`
+to return.
 
 `false` (the default)::