OpenSearch/x-pack/plugin
Jim Ferenczi 5a3e031831
Preserve the order of nested documents in the Lucene index (#34225)
Today we reverse the initial order of the nested documents when we
index them in order to ensure that parents documents appear after
their children. This means that a query will always match nested documents
in the reverse order of their offsets in the source document.
Reversing all documents is not needed so this change ensures that parents
documents appear after their children without modifying the initial order
in each nested level. This allows to match children in the order of their
appearance in the source document which is a requirement to efficiently
implement #33587. Old indices created before this change will continue
to reverse the order of nested documents to ensure backwark compatibility.
2018-10-03 11:55:30 +02:00
..
ccr TEST: Mute testFollowIndexAndCloseNode 2018-10-02 17:20:31 -04:00
core Test: remove awaitsfix incorrectly added in #34148 2018-10-02 10:02:20 -06:00
deprecation Remove unsupported Version.V_5_* (#32937) 2018-08-24 09:51:21 +02:00
graph Clean up "unused variable" warnings (#31876) 2018-09-26 14:09:32 +02:00
logstash Build: Rework shadow plugin configuration (#32409) 2018-08-21 20:03:28 -04:00
ml Removing unused ML parameters (#34159) 2018-10-01 08:09:46 -07:00
monitoring Updating test assertion (#34040) 2018-10-02 03:19:12 -07:00
rollup Allowing {index}/_xpack/rollup/data to accept comma delimited list (#34115) 2018-10-02 06:21:46 -07:00
security Preserve the order of nested documents in the Lucene index (#34225) 2018-10-03 11:55:30 +02:00
sql SQL: Remove more ANTLR4 grammar ambiguities (#34074) 2018-10-02 15:26:04 +02:00
src/test Allowing {index}/_xpack/rollup/data to accept comma delimited list (#34115) 2018-10-02 06:21:46 -07:00
upgrade Tests: Add support for custom contexts to mock scripts (#34100) 2018-09-27 12:23:59 -07:00
watcher Scripting: Add watcher script contexts (#34059) 2018-09-28 07:58:17 -07:00
build.gradle Allow Integ Tests to run in a FIPS-140 JVM (#31989) 2018-07-24 12:48:14 +03:00