OpenSearch/docs/reference/aggregations
Adrien Grand 32e23b9100 Aggs: Make it possible to configure missing values.
Most aggregations (terms, histogram, stats, percentiles, geohash-grid) now
support a new `missing` option which defines the value to consider when a
field does not have a value. This can be handy if you eg. want a terms
aggregation to handle the same way documents that have "N/A" or no value
for a `tag` field.

This works in a very similar way to the `missing` option on the `sort`
element.

One known issue is that this option sometimes cannot make the right decision
in the unmapped case: it needs to replace all values with the `missing` value
but might not know what kind of values source should be produced (numerics,
strings, geo points?). For this reason, we might want to add an `unmapped_type`
option in the future like we did for sorting.

Related to #5324
2015-05-15 16:26:58 +02:00
..
bucket Aggs: Make it possible to configure missing values. 2015-05-15 16:26:58 +02:00
metrics Aggs: Make it possible to configure missing values. 2015-05-15 16:26:58 +02:00
reducer Aggregations: Adding Sum Bucket Aggregation 2015-05-06 14:44:56 +01:00
bucket.asciidoc [DOCS] Restructure Aggs documentation 2015-05-01 16:04:55 -04:00
metrics.asciidoc [DOCS] Restructure Aggs documentation 2015-05-01 16:04:55 -04:00
misc.asciidoc [DOCS] Restructure Aggs documentation 2015-05-01 16:04:55 -04:00
reducer.asciidoc Aggregations: Adding Sum Bucket Aggregation 2015-05-06 14:44:56 +01:00