Re: How to forcefully open new searcher, in case when there is no change in Solr index

2020-08-10 Thread Erick Erickson
Are you also posting the same question as :Akshay Murarka ? Please do not do this if so, use one e-mail address. would in-place updates serve your use-case better? See: https://lucene.apache.org/solr/guide/8_1/updating-parts-of-documents.html > On Aug 10, 2020, at 8:17 AM, raj.yadav wrote: >

How to forcefully open new searcher, in case when there is no change in Solr index

2020-08-10 Thread raj.yadav
I have a use case where none of the document in my solr index is changing but I still want to open a new searcher through the curl api. On executing the below curl command curl "XXX.XX.XX.XXX:9744/solr/mycollection/update?openSearcher=true=true" it doesn't open a new searcher. Below is what I