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

Add parent-join module #24638

Merged
merged 4 commits into from
May 12, 2017
Merged

Add parent-join module #24638

merged 4 commits into from
May 12, 2017

Commits on May 11, 2017

  1. Add parent-join module

    This change adds a new module named `parent-join`.
    The goal of this module is to provide a replacement for the `_parent` field but as a first step this change only moves the `has_child`, `has_parent` queries and the `children` aggregation to this module.
    These queries and aggregations are no longer in core but they are deployed by default as a module.
    
    Relates elastic#20257
    jimczi committed May 11, 2017
    Configuration menu
    Copy the full SHA
    3c448ce View commit details
    Browse the repository at this point in the history
  2. clean

    jimczi committed May 11, 2017
    Configuration menu
    Copy the full SHA
    0d936a3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2017

  1. fix duplicate line

    jimczi committed May 12, 2017
    Configuration menu
    Copy the full SHA
    f9bd2e7 View commit details
    Browse the repository at this point in the history
  2. after review

    jimczi committed May 12, 2017
    Configuration menu
    Copy the full SHA
    085f98d View commit details
    Browse the repository at this point in the history