OpenSearch/modules/parent-join
Nhat Nguyen 24d60c7f4b
Fix from_range in search_after in changes snapshot (#33335)
We can have multiple documents in Lucene with the same seq_no for
parent-child documents (or without rollback). In this case, the usage
"lastSeenSeqNo + 1" is an off-by-one error as it may miss some
documents. This error merely affects the `skippedOperations` contract.

See: https://github.com/elastic/elasticsearch/pull/33222#discussion_r213842257

Closes #33318
2018-09-03 11:58:49 -04:00
..
src Fix from_range in search_after in changes snapshot (#33335) 2018-09-03 11:58:49 -04:00
build.gradle Add parent-join module (#24638) 2017-05-12 15:58:06 +02:00