Browse Source

[DOCS] Note refresh requests are synchronous (#60540)

James Rodewig 5 years ago
parent
commit
88172212bb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/reference/indices/refresh.asciidoc

+ 3 - 0
docs/reference/indices/refresh.asciidoc

@@ -42,6 +42,9 @@ indices that have received one search request or more in the last 30 seconds.
 You can change this default interval
 using the <<index-refresh-interval-setting,`index.refresh_interval`>> setting.
 
+Refresh requests are synchronous and do not return a response until the
+refresh operation completes.
+
 [IMPORTANT]
 ====
 Refreshes are resource-intensive.