Re: Having multiple (Solr)IndexSearchers per index

2008-01-15 Thread Mike Klaas
On 15-Jan-08, at 1:07 PM, Otis Gospodnetic wrote: Summary: How about having more than 1 (Solr)IndexSearcher per index in order to avoid Lucene's synchronization bottlenecks? There are those few synchronized points in Lucene - the stuff around IndexInput and such. One in a while I hear from

Having multiple (Solr)IndexSearchers per index

2008-01-15 Thread Otis Gospodnetic
Hi, Summary: How about having more than 1 (Solr)IndexSearcher per index in order to avoid Lucene's synchronization bottlenecks? There are those few synchronized points in Lucene - the stuff around IndexInput and such. One in a while I hear from people who've done extensive benchmarking or run