Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

date_histogram aggregation, pre_zone_adjust_large_interval attribute #5375

Closed
rocambolesque opened this issue Mar 10, 2014 · 1 comment
Closed

Comments

@rocambolesque
Copy link

The pre_zone_adjust_large_interval attribute is only parsed when the value is a string.
pre_zone_adjust_large_interval: true
gives the following error
Parse Failure [Unknown key for a VALUE_BOOLEAN in [aggregation_name]: [pre_zone_adjust_large_interval]

Version: 1.0.0.

@uboness
Copy link
Contributor

uboness commented Mar 10, 2014

indeed a bug... will fix, thx!

uboness added a commit that referenced this issue Mar 10, 2014
 - pre_zone_adjust_large_interval was not parsed properly
 - added tests for pre_zone and pre_zone_adjust_large_interval
 - changed DateHistogram#getBucketByKey(String) to support date formats (next to numeric strings)
 - added randomized testing for fetching the bucket by key in date_histogram tests
 - added missing "format" support in DateHistogramBuilder

 Closes #5375
uboness added a commit that referenced this issue Mar 10, 2014
 - pre_zone_adjust_large_interval was not parsed properly
 - added tests for pre_zone and pre_zone_adjust_large_interval
 - changed DateHistogram#getBucketByKey(String) to support date formats (next to numeric strings)
 - added randomized testing for fetching the bucket by key in date_histogram tests
 - added missing "format" support in DateHistogramBuilder

 Closes #5375
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
 - pre_zone_adjust_large_interval was not parsed properly
 - added tests for pre_zone and pre_zone_adjust_large_interval
 - changed DateHistogram#getBucketByKey(String) to support date formats (next to numeric strings)
 - added randomized testing for fetching the bucket by key in date_histogram tests
 - added missing "format" support in DateHistogramBuilder

 Closes elastic#5375
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants