Преглед на файлове

[DOCS] Fix `_doc_count` field title (#65704)

James Rodewig преди 4 години
родител
ревизия
6f11752ffe
променени са 1 файла, в които са добавени 1 реда и са изтрити 4 реда
  1. 1 4
      docs/reference/mapping/fields/doc-count-field.asciidoc

+ 1 - 4
docs/reference/mapping/fields/doc-count-field.asciidoc

@@ -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