-
Couldn't load subscription status.
- Fork 115
Clarifies that the docs.count field in the _cat/indices API includes hidden nested documents. #5492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Following you can find the validation changes against the target branch for the APIs.
You can validate these APIs yourself by using the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs output LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I left a small question about the inclusion of newlines

Summary
Clarifies that the
docs.countfield in the_cat/indicesAPI includes hidden nested documents, which can lead to higher counts than expected when using field types likesemantic_text.Changes
docs.countinCatIndicesRequest.tsto explicitly state that it includes nested documents_countor_cat/countAPIs for logical document countRelated Issues
Fixes #127354
Related PRs