Skip to content

Commit 1900d9c

Browse files
robin13cbuescher
authored andcommitted
Docs: Fix typo for request cache (#25444)
1 parent be90662 commit 1900d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/modules/indices/request_cache.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ IMPORTANT: If your query uses a script whose result is not deterministic (e.g.
103103
it uses a random function or references the current time) you should set the
104104
`request_cache` flag to `false` to disable caching for that request.
105105

106-
Requests `size` is greater than 0 will not be cached even if the request cache is
106+
Requests where `size` is greater than 0 will not be cached even if the request cache is
107107
enabled in the index settings. To cache these requests you will need to use the
108108
query-string parameter detailed here.
109109

0 commit comments

Comments
 (0)