OpenSearch/modules/parent-join
Jim Ferenczi 9087803cd9 Add the ability to define custom inner hit sub context builder (#24676)
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 #20257
2017-05-23 13:06:22 +02:00
..
src Add the ability to define custom inner hit sub context builder (#24676) 2017-05-23 13:06:22 +02:00
build.gradle Add parent-join module (#24638) 2017-05-12 15:58:06 +02:00