From 113100190702f83ca66a5d289adfbe04da9b6afb Mon Sep 17 00:00:00 2001 From: Mridula Date: Thu, 9 Oct 2025 21:55:03 +0100 Subject: [PATCH] Improved the cat indices doc --- .../src/main/resources/rest-api-spec/api/cat.indices.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/cat.indices.json b/rest-api-spec/src/main/resources/rest-api-spec/api/cat.indices.json index 794a404e2b504..52cfaff9c9ced 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/cat.indices.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/cat.indices.json @@ -2,7 +2,7 @@ "cat.indices": { "documentation": { "url": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cat-indices", - "description": "Get index information" + "description": "Get index information. Document counts come directly from Lucene, so they include hidden nested documents (for example, those created by semantic_text fields). Use the cat count or count APIs to retrieve the top-level Elasticsearch document count." }, "stability": "stable", "visibility": "public",