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

Make the list of buckets for terms and histogram returned as a java.util.List. #7275

Closed
wants to merge 1 commit into from

Commits on Aug 14, 2014

  1. Aggregations: Make the list of buckets for terms and histogram return…

    …ed as a java.util.List.
    
    The terms and histogram aggregations always have an order. So it would make the
    response easier to consume to return the buckets as a list instead of a
    collection in order to make it easier to do things like getting the first/last
    buckets.
    jpountz committed Aug 14, 2014
    Copy the full SHA
    10a0be4 View commit details
    Browse the repository at this point in the history