Re: Adding and deleting documents in the same update request

2019-01-27 Thread Luiz Armesto
You're correct. It' not a good idea mixing different operation types in the same request. You can't rely on the operations order. There is a presentation about SolrJ where they explain it: https://youtu.be/ACPUR_GL5zM?t=1985 On Sun, Jan 27, 2019, 09:14 Andreas Nilsson Thanks for the suggestion

Re: Error Opening new IndexSearcher - LockObtainFailedException

2017-09-21 Thread Luiz Armesto
Hi Shashank, There is an open issue about this exception [1]. Can you take a look and test the patch to see if it works in your case? [1] https://issues.apache.org/jira/browse/SOLR-11297 On Sep 21, 2017 10:19 PM, "Shashank Pedamallu" wrote: Hi, I’m seeing the following exception in Solr that