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 #24634

Closed
wants to merge 2 commits into from
Closed

Add parent-join module #24634

wants to merge 2 commits into from

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 #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