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

Collapses package structure for some bucket aggs #25579

Merged
merged 2 commits into from
Jul 10, 2017
Merged

Collapses package structure for some bucket aggs #25579

merged 2 commits into from
Jul 10, 2017

Commits on Jul 10, 2017

  1. Collapses package structure for some bucket aggs

    This change collapses some of the packages for the bucket aggregations into their parent packages. This was done for the following aggregations:
    * The variants of the range aggregation (geo_distance, date and ip) were moved into the `o.e.s.a.bucket.range` package
    * The `o.e.s.a.bucket.terms.support` package was removed and the classes were moved to `o.e.s.a.bucket.terms`
    * The filter aggregation was moved to `o.e.s.a.bucket.filter`
    
    Since this PR is already relatively large with only the above changes subsequent PRs will do similar operations on relevant metric and pipeline aggregations
    
    Relates to #22868
    colings86 committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    9e7f508 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05d3d51 View commit details
    Browse the repository at this point in the history