We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be90662 commit 1900d9cCopy full SHA for 1900d9c
docs/reference/modules/indices/request_cache.asciidoc
@@ -103,7 +103,7 @@ IMPORTANT: If your query uses a script whose result is not deterministic (e.g.
103
it uses a random function or references the current time) you should set the
104
`request_cache` flag to `false` to disable caching for that request.
105
106
-Requests `size` is greater than 0 will not be cached even if the request cache is
+Requests where `size` is greater than 0 will not be cached even if the request cache is
107
enabled in the index settings. To cache these requests you will need to use the
108
query-string parameter detailed here.
109
0 commit comments