GitHub user s1monw opened a pull request:
https://github.com/apache/lucene-solr/pull/517
LUCENE-8595: Fix interleaved DV update and reset
This change fixes a bug where interleaved update and reset value
to the same doc in the same updates package looses an update
if the reset comes before the update as well as loosing the reset
if the update comes frist.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/s1monw/lucene-solr LUCENE-8595
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/517.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #517
----
commit cd8e0051f2a9cd0c316dba726fbc1928e02e6421
Author: Simon Willnauer <simonw@...>
Date: 2018-12-06T20:27:13Z
LUCENE-8595: Fix interleaved DV update and reset
This change fixes a bug where interleaved update and reset value
to the same doc in the same updates package looses an update
if the reset comes before the update as well as loosing the reset
if the update comes frist.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]