mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
[DOCS] Fix _doc_count
field title (#65704)
This commit is contained in:
parent
aba2f3eb33
commit
6f11752ffe
1 changed files with 1 additions and 4 deletions
|
@ -1,8 +1,5 @@
|
|||
[[mapping-doc-count-field]]
|
||||
=== `_doc_count` data type
|
||||
++++
|
||||
<titleabbrev>_doc_count</titleabbrev>
|
||||
++++
|
||||
=== `_doc_count` field
|
||||
|
||||
Bucket aggregations always return a field named `doc_count` showing the number of documents that were aggregated and partitioned
|
||||
in each bucket. Computation of the value of `doc_count` is very simple. `doc_count` is incremented by 1 for every document collected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue