Docs: Fix typo for request cache (#25444)

This commit is contained in:
Robin Clarke 2017-06-28 14:31:03 +02:00 committed by Christoph Büscher
parent be906628d5
commit 1900d9c447
1 changed files with 1 additions and 1 deletions

View File

@ -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 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. `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 enabled in the index settings. To cache these requests you will need to use the
query-string parameter detailed here. query-string parameter detailed here.