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

Move parent_id query to the parent-join module #25072

Merged
merged 2 commits into from
Jun 6, 2017

Commits on Jun 6, 2017

  1. Move parent_id query to the parent-join module

    This change moves the parent_id query to the parent-join module and handles the case when only the parent-join field can
    be declared on an index (index with single type on).
    If single type is off it uses the legacy parent join field mapper and switch to the new one otherwise (default in 6).
    
    Relates elastic#20257
    jimczi committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    f3147f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d56f56 View commit details
    Browse the repository at this point in the history