Re: Solr error...

2025-04-06 Thread Robi Petersen
Hi Bruno, As an aside, in general you'd want your staging (pre-prod) solr instance to exactly match your production solr instance in every way (like solr version) possible. Another thought is to have several indexing machines, each pointing at a portion of those 200M textfiles, to speed up indexi

Re: Solr error...

2025-04-06 Thread Walter Underwood
Multi-threaded indexing can speed things up. Use two threads per CPU to get maximum throughput. I wrote a simple Python program to do that. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Apr 6, 2025, at 5:11 PM, Robi Petersen wrote: > > Hi Bruno, >