Re: Memory tuning advice for small single-node Solr instance

2024-05-08 Thread Robi Petersen
Yes what Ragani said, try pagination of your results! On Wed, May 8, 2024, 9:53 AM Rajani M wrote: > >I think I have limited the documents returned in each query to 10,000 via > the client software. > > Did you mean the solr query rows param is limited to 10,000? Fetching a > large number of re

Re: Memory tuning advice for small single-node Solr instance

2024-05-08 Thread Rajani M
>I think I have limited the documents returned in each query to 10,000 via the client software. Did you mean the solr query rows param is limited to 10,000? Fetching a large number of records can be inefficient, it should be less than 100, a standard page size. Go through this[1] doc. Hope it help

Re: Memory tuning advice for small single-node Solr instance

2024-05-08 Thread Dmitri Maziuk
On 5/8/24 01:25, Imran Chaudhry wrote: Yes. My thought was that tuning the Solr memory related parameters from the default in an intelligent way may help me "get away" with the limited amount of RAM I have. No. Your VM is underprovisioned for what you're running on it. You could dig into cgro

Re: upgrade from Solr 8 11.1 to 8 11.3 reindex

2024-05-08 Thread Vincenzo D'Amore
Hi, I'm sure that if you don't touch the luceneMatchVersion, when you have just a minor version upgrade you don't need to reindex anything. On Wed, May 8, 2024 at 9:33 AM Bill Okara wrote: > > Hi, > > do collections need to be re-indexed when upgrading Solr from 8.11.1 to > 8.11.3? > > I was un

upgrade from Solr 8 11.1 to 8 11.3 reindex

2024-05-08 Thread Bill Okara
Hi, do collections need to be re-indexed when upgrading Solr from 8.11.1 to 8.11.3? I was under the impression that reindex would not be needed since it’s just a minor version upgrade, but would like to confirm that’s true. also, should the be changed to 8.11.3 when upgrading, or can I lea