Adding and deleting documents in the same update request

2019-01-23 Thread Andreas Nilsson
Hi all, I am updating a Solr Collection (Solr 7.3.1 in Cloud mode using SolrJ Java API) with requests that include both adding new documents as well as deleting existing ones (by query). The deletion part is meant to make sure any earlier revisions of the indexed source are deleted as part of t

Re: Adding and deleting documents in the same update request

2019-01-27 Thread Andreas Nilsson
theory for a bug I am investigating at the moment, and seems very likely given what I've seen, but it's also very hard to reproduce. Regards, Andreas Nilsson From: Shawn Heisey Sent: Wednesday, January 23, 2019 3:33 PM To: solr-user@lucene.ap