Re: Rollback w/ Atomic Update

2016-12-13 Thread Todd Long
is some underlying issue specific to partial updates. -- View this message in context: http://lucene.472066.n3.nabble.com/Rollback-w-Atomic-Update-tp4309550p4309596.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Rollback w/ Atomic Update

2016-12-13 Thread Yonik Seeley
On Tue, Dec 13, 2016 at 10:36 AM, Todd Long 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 l

Rollback w/ Atomic Update

2016-12-13 Thread Todd Long
it=true [ { "id": "12345", "cityBorn_t": { "add": "Charleston" } } ] /select?q=id:12345 -- [ { "id": "12345", "createdBy_t": "John Someone", &qu