We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da0c51 commit 592a99bCopy full SHA for 592a99b
specification/cat/indices/types.ts
@@ -57,7 +57,7 @@ export class IndicesRecord {
57
/**
58
* The number of documents in the index, including hidden nested documents.
59
* For indices with `semantic_text` fields or other nested field types, this count
60
- * includes the internal nested documents used for storing chunks and embeddings.
+ * includes the internal nested documents.
61
* To get the logical document count (excluding nested documents), use the `_count`
62
* API or `_cat/count` API instead.
63
* @aliases dc,docsCount
0 commit comments