On Tue, Dec 13, 2016 at 10:36 AM, Todd Long <lon...@gmail.com> wrote: > We've noticed that partial updates are not rolling back with subsequent > commits based on the same document id. Our only success in mitigating this > issue has been to issue an empty commit immediately following the rollback.
"rollback" is a lucene-level operation that isn't really supported at the solr level: https://issues.apache.org/jira/browse/SOLR-4733 -Yonik > I've included an example below showing the partial updates unexpected > results. We are currently using SolrJ 4.8.1 with the default deletion policy > and auto commits disabled in the configuration. Any help would be greatly > appreciated in better understanding this scenario.