Skip to content

Commit 592a99b

Browse files
Update specification/cat/indices/types.ts
Co-authored-by: Mike Pellegrini <[email protected]>
1 parent 8da0c51 commit 592a99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/cat/indices/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class IndicesRecord {
5757
/**
5858
* The number of documents in the index, including hidden nested documents.
5959
* 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.
60+
* includes the internal nested documents.
6161
* To get the logical document count (excluding nested documents), use the `_count`
6262
* API or `_cat/count` API instead.
6363
* @aliases dc,docsCount

0 commit comments

Comments
 (0)