slachiewicz opened a new pull request, #784: URL: https://github.com/apache/maven-indexer/pull/784
`DefaultIndexingContext.merge()` added a chunk record only when a searcher opened before the merge had no document with that UINFO. A record that changed upstream (same UINFO, new SHA-1) was never replaced, and a chunk that deletes and then re-adds a record left it deleted. Records are now written with `IndexWriter.updateDocument`, so the merged record replaces the local one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
