Re: Concurrent access to EmbeddedSolrServer

2010-09-28 Thread Reuben A Christie
we learned it hard way, Wish I had read this before http://wiki.apache.org/solr/EmbeddedSolr it is not threadsafe. start seeing concurrent modification exception as soon as within 100 Samples, when you load it with more than 1 Concurrent Users ( I ha

Re: Concurrent access to EmbeddedSolrServer

2009-12-09 Thread Shalin Shekhar Mangar
On Wed, Dec 9, 2009 at 11:17 PM, Jon Poulton wrote: > Hi there, > I'm about to start implementing some code which will access a Solr instance > via a ThreadPool concurrently. I've been looking at the solrj API docs ( > particularly > http://lucene.apache.org/solr/api/index.html?org/apache/solr/cl

Concurrent access to EmbeddedSolrServer

2009-12-09 Thread Jon Poulton
Hi there, I'm about to start implementing some code which will access a Solr instance via a ThreadPool concurrently. I've been looking at the solrj API docs ( particularly http://lucene.apache.org/solr/api/index.html?org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.html ) and I just wa