Skip to content

Commit

Permalink
[DOCS] Fix _doc_count example typo (#65686) (#65702)
Browse files Browse the repository at this point in the history
Co-authored-by: Gil Raphaelli <gil@elastic.co>
  • Loading branch information
jrodewig and graphaelli authored Dec 1, 2020
1 parent 4d27d30 commit ead04bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/mapping/fields/doc-count-field.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ PUT my_index/_doc/2
"values" : [0.1, 0.25, 0.35, 0.4, 0.45, 0.5],
"counts" : [8, 17, 8, 7, 6, 2]
},
"_doc_count_": 62 <1>
"_doc_count": 62 <1>
}
--------------------------------------------------
<1> Field `_doc_count` must be a positive integer storing the number of documents aggregated to produce each histogram.
Expand Down

0 comments on commit ead04bf

Please sign in to comment.