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 the ability to define custom inner hit sub context builder #24676

Merged
merged 3 commits into from
May 23, 2017

Commits on May 23, 2017

  1. Add the ability to define custom inner hit sub context builder

    This commit moves the handling of nested and parent/child inner hits to specialized classes that can be defined outside of ES core.
    InnerHitBuilderContext is now used by the parent query (nested or hasChild, ...) to build the sub context from the InnerHitBuilder definition.
    BWC is also ensured so that nodes in previous versions can still send/receive inner hits to/from this version.`
    
    Relates elastic#20257
    jimczi committed May 23, 2017
    Configuration menu
    Copy the full SHA
    861d0eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    426c313 View commit details
    Browse the repository at this point in the history
  3. Fix BWC

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