Skip to content

Commit 7cbf080

Browse files
authored
Update refresh.asciidoc
Added two words. 1. "write" operations... - not ALL operations performed on an index are "available for search." (For example, _shrink index resulst are not searchable) 2. "NOT" received one search... - this typo gives the opposite, incorrect meaning
1 parent 6376c57 commit 7cbf080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/indices/refresh.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ stream, index, or alias.
3737
[[refresh-api-desc]]
3838
==== {api-description-title}
3939

40-
Use the refresh API to explicitly make all operations performed on one or more
40+
Use the refresh API to explicitly make all write operations performed on one or more
4141
indices since the last refresh available for search.
4242
If the request targets a data stream, it refreshes the stream's backing indices.
4343

4444
// tag::refresh-interval-default[]
4545
By default, Elasticsearch periodically refreshes indices every second, but only on
46-
indices that have received one search request or more in the last 30 seconds.
46+
indices that have NOT received one search request or more in the last 30 seconds.
4747
// end::refresh-interval-default[]
4848
You can change this default interval
4949
using the <<index-refresh-interval-setting,`index.refresh_interval`>> setting.

0 commit comments

Comments
 (0)