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

allow to customize the key on a range aggregation #728

Merged
merged 1 commit into from
Nov 24, 2014

Commits on Nov 23, 2014

  1. allow to customize the key on a range aggregation

    The range aggregation allow to customize the key for each range :
    
    The documentation about this could be found here :
    http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/search-aggregations-bucket-range-aggregation.html#_keyed_responsea
    
    Now, the Range aggregation class has a thrird (optionnal) parameter to the `addRange` method
    to passe the range customized key name.
    agallou committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    d7e6a77 View commit details
    Browse the repository at this point in the history