elasticsearch/docs/reference/mapping/fields
Christos Soulios 4dc833fa44
Add doc_count field mapper (#64503)
Bucket aggregations compute bucket doc_count values by incrementing the doc_count by 1 for every document collected in the bucket.

When using summary fields (such as aggregate_metric_double) one field may represent more than one document. To provide this functionality we have implemented a new field mapper (named doc_count field mapper). This field is a positive integer representing the number of documents aggregated in a single summary field.

Bucket aggregations will check if a field of type doc_count exists in a document and will take this value into consideration when computing doc counts.
2020-11-03 17:47:17 +02:00
..
doc-count-field.asciidoc Add doc_count field mapper (#64503) 2020-11-03 17:47:17 +02:00
field-names-field.asciidoc Disallow _field_names enabled setting (#46681) 2019-09-23 14:13:44 +02:00
id-field.asciidoc [DOCS] Update my-index examples (#60132) 2020-07-27 14:46:39 -04:00
ignored-field.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46441) 2019-09-06 10:55:16 -04:00
index-field.asciidoc Correct outdated information in _index docs. (#48436) 2019-10-24 11:00:02 -07:00
meta-field.asciidoc [DOCS] Update my-index examples (#60132) 2020-07-27 14:46:39 -04:00
routing-field.asciidoc [DOCS] Update my-index examples (#60132) 2020-07-27 14:46:39 -04:00
source-field.asciidoc [DOCS] Remove metrics sidebar in _source docs (#60777) 2020-08-05 15:57:29 -04:00