From 7ee94649997f609bde8511dd1f84d7898b8ebc6e Mon Sep 17 00:00:00 2001 From: Joseph AFARI <71259267+joeafari@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:26:25 +0200 Subject: [PATCH] [DOCS] Fix typo in query_cache.asciidoc (#99713) --- docs/reference/modules/indices/query_cache.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/modules/indices/query_cache.asciidoc b/docs/reference/modules/indices/query_cache.asciidoc index 59c7e8c6ce3d4..12fe44754d552 100644 --- a/docs/reference/modules/indices/query_cache.asciidoc +++ b/docs/reference/modules/indices/query_cache.asciidoc @@ -2,7 +2,7 @@ === Node query cache settings The results of queries used in the filter context are cached in the node query -cache for fast lookup. There is one queries cache per node that is shared by all +cache for fast lookup. There is one query cache per node that is shared by all shards. The cache uses an LRU eviction policy: when the cache is full, the least recently used query results are evicted to make way for new data. You cannot inspect the contents of the query cache.