summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobin Clarke <robin@robinclarke.net>2017-06-28 14:31:03 +0200
committerChristoph Büscher <christoph@elastic.co>2017-06-28 14:31:03 +0200
commit1900d9c447a800609aba4897cdbdf6f34fa36dba (patch)
treedfbd0f8014642ad08988511bd85ef18c088d5653 /docs
parentbe906628d5a7b991c637c9ffc902de89542289db (diff)
Docs: Fix typo for request cache (#25444)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/modules/indices/request_cache.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/modules/indices/request_cache.asciidoc b/docs/reference/modules/indices/request_cache.asciidoc
index e3896f718d..fc04c5e9c6 100644
--- a/docs/reference/modules/indices/request_cache.asciidoc
+++ b/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.
it uses a random function or references the current time) you should set the
`request_cache` flag to `false` to disable caching for that request.
-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
enabled in the index settings. To cache these requests you will need to use the
query-string parameter detailed here.