Re: Delete from Solr console fails

2020-10-10 Thread Goutham Tholpadi
te in reasonable time, so I would start by > looking at what is s eating up the CPU in your request. > > -Rahul > > On Sat, Sep 26, 2020 at 4:50 AM Goutham Tholpadi > wrote: > > > Thanks Dominique! I just tried deleting a single document using its id. I > > > >

Re: Delete from Solr console fails

2020-09-26 Thread Goutham Tholpadi
ids first than use ids with > deletebyid > > Regards > > Dominique > > > Le ven. 25 sept. 2020 à 06:50, Goutham Tholpadi a > écrit : > > > I spoke too soon. I am getting the "Connection lost" error again. > > > > I have never faced this proble

Re: Solr queries slow down over time

2020-09-25 Thread Goutham Tholpadi
Hi Mark, Thanks for confirming Dwane's advice from your own experience. I will shift to a streaming expressions implementation. Best Goutham On Fri, Sep 25, 2020 at 7:03 PM Mark H. Wood wrote: > On Fri, Sep 25, 2020 at 11:49:22AM +0530, Goutham Tholpadi wrote: > > I have around

Re: Solr queries slow down over time

2020-09-25 Thread Goutham Tholpadi
that many documents out of your corpus use > cursor mark, streaming expressions, or Solr's parallel SQL interface (that > uses streaming expressions under the hood) > https://lucene.apache.org/solr/guide/8_6/streaming-expressions.html. > > Thanks, > > Dwane > -

Solr queries slow down over time

2020-09-24 Thread Goutham Tholpadi
Hi, I have around 30M documents in Solr, and I am doing repeated *:* queries with rows=1, and changing start to 0, 1, 2, and so on, in a loop in my script (using pysolr). At the start of the iteration, the calls to Solr were taking less than 1 sec each. After running for a few hours (

Re: Delete from Solr console fails

2020-09-24 Thread Goutham Tholpadi
I spoke too soon. I am getting the "Connection lost" error again. I have never faced this problem when there are a small number of docs in the index. I was wondering if the size of the index (30M docs) has anything to do with this. Thanks Goutham On Fri, Sep 25, 2020 at 9:55 AM Goutha

Re: Delete from Solr console fails

2020-09-24 Thread Goutham Tholpadi
Key is indexed=true, does delete by id work for you? > ( uniqueKey:value) > Also, instead of "Solr Command" if you choose the Document type as "XML" > does it make any difference? > > Rahul > > On Thu, Sep 24, 2020 at 1:04 PM Goutham Tholpadi > wrote: >

Delete from Solr console fails

2020-09-24 Thread Goutham Tholpadi
Hi, Setup: We have a stand-alone Solr (v7.2) with around 30 million documents and with 4 cores, 38G of RAM, and a 1TB disk. The documents were not directly indexed but came from a restore of a back from another Solr instance. Problem: Search queries seem to be working fine. However, when I try to