OpenSearch/modules/parent-join
Jim Ferenczi 95479f1766 Ensure that a non static top docs is created during the search phase
This change fixes an unreleased bug that trips an assertion because a static instance
shared among threads is modified during the search. This commit copies the static
instance in order to ensure that each thread can modify the value without modifying
the other instances.

Closes #37179
Closes #37266
2019-01-09 22:57:34 +01:00
..
src Ensure that a non static top docs is created during the search phase 2019-01-09 22:57:34 +01:00
build.gradle Add parent-join module (#24638) 2017-05-12 15:58:06 +02:00