Skip to content

Commit 8da0c51

Browse files
committed
Field level explanation added
1 parent 368c482 commit 8da0c51

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

specification/cat/indices/types.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ export class IndicesRecord {
5555
'rep'?: string
5656

5757
/**
58-
* available docs
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.
61+
* To get the logical document count (excluding nested documents), use the `_count`
62+
* API or `_cat/count` API instead.
5963
* @aliases dc,docsCount
6064
*/
6165
'docs.count'?: string | null

0 commit comments

Comments
 (0)