OpenSearch/docs/reference/aggregations
Jim Ferenczi 433c822d4f Promote longs to doubles when a terms agg mixes decimal and non-decimal numbers (#22449)
* Promote longs to doubles when a terms agg mixes decimal and non-decimal number

This change makes the terms aggregation work when the buckets coming from different indices are a mix of decimal numbers and non-decimal numbers. In this case non-decimal number (longs) are promoted to decimal (double) which can result in a loss of precision for big numbers.

Fixes #22232
2017-01-10 11:50:56 +01:00
..
bucket Promote longs to doubles when a terms agg mixes decimal and non-decimal numbers (#22449) 2017-01-10 11:50:56 +01:00
matrix refactor matrix agg documentation from modules to main agg section 2016-06-06 07:39:00 -05:00
metrics Fixed id's of 'worked example' in scripted metric aggs docs (#22430) 2017-01-05 14:37:27 -05:00
pipeline Update bucket-script-aggregation.asciidoc (#22219) 2016-12-16 12:39:22 +01:00
bucket.asciidoc Update bucket.asciidoc 2016-04-22 10:54:25 -06:00
matrix.asciidoc refactor matrix agg documentation from modules to main agg section 2016-06-06 07:39:00 -05:00
metrics.asciidoc Adds geo_centroid metric aggregator 2015-10-14 16:19:09 -05:00
misc.asciidoc Docs: Convert aggs/misc to CONSOLE 2016-06-22 14:52:06 -04:00
pipeline.asciidoc Remove most of the need for `// NOTCONSOLE` 2016-09-06 10:32:54 -04:00