OpenSearch/modules
Colin Goodheart-Smithe 108ba23073 Pass resolved extended bounds to unmapped histogram aggregator
Previous to this change the unresolved extended bounds was passed into the histogram aggregator which meant extendedbounds.min and extendedbounds.max was passed through as null. This had two effects on the histogram aggregator:

1. If the histogram aggregator was unmapped across all shards, the reduce phase would not add buckets for the extended bounds and the response would contain zero buckets
2. If the histogram aggregator was not unmapped in some shards, the reduce phase might sometimes chose to reduce based on the unmapped shard response and therefore the extended bounds would be ignored.

This change resolves the extended bounds in the unmapped case and solves the above two issues.

Closes #19009
2016-06-27 14:07:37 +01:00
..
aggs-matrix-stats Plugins: Remove name() and description() from api 2016-06-15 17:12:22 -07:00
ingest-common Fix ignore_failure behavior in _simulate?verbose (#18987) 2016-06-21 13:29:53 -07:00
lang-expression Compile each Groovy script in its own classloader 2016-06-20 08:17:09 +02:00
lang-groovy Pass resolved extended bounds to unmapped histogram aggregator 2016-06-27 14:07:37 +01:00
lang-mustache Switch analysis from push to pull 2016-06-26 07:15:42 -04:00
lang-painless Merge pull request #19065 from rmuir/help_painless_docs 2016-06-24 12:52:30 -04:00
percolator Merges PR #18957 2016-06-27 09:37:28 +02:00
reindex Rename `fields` to `stored_fields` and add `docvalue_fields` 2016-06-22 17:38:30 +02:00
build.gradle Enforce isolated mode for all plugins 2016-03-24 09:17:33 +01:00