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
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
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