From e687980ae2123f06a1a535f995bf2028087c62a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 13 Nov 2024 18:49:05 +0000 Subject: [PATCH] Revert "Document setting allowing size > 0 queries into request cache (#8634)" (#8737) This reverts commit 274987d6481c3ad67b1594908131ebe931e04f86. (cherry picked from commit 239d06f62053ed9c5535312b977dbb79cea45a13) Signed-off-by: github-actions[bot] --- _search-plugins/caching/request-cache.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_search-plugins/caching/request-cache.md b/_search-plugins/caching/request-cache.md index 768c75fc92..124152300b 100644 --- a/_search-plugins/caching/request-cache.md +++ b/_search-plugins/caching/request-cache.md @@ -28,7 +28,6 @@ Setting | Data type | Default | Level | Static/Dynamic | Description `indices.cache.cleanup_interval` | Time unit | `1m` (1 minute) | Cluster | Static | Schedules a recurring background task that cleans up expired entries from the cache at the specified interval. `indices.requests.cache.size` | Percentage | `1%` | Cluster | Static | The cache size as a percentage of the heap size (for example, to use 1% of the heap, specify `1%`). `index.requests.cache.enable` | Boolean | `true` | Index | Dynamic | Enables or disables the request cache. -`indices.requests.cache.enable_for_all_requests` | Boolean | `false` | Cluster | Dynamic | Enables or disables caching queries in which `size` is greater than `0`. ### Example