Re: Solr in cluster

2009-05-22 Thread Reza Safari
Master work. This is exactly what I'm looking for. Now I'm happy :) Gr, Reza On May 22, 2009, at 4:23 PM, Otis Gospodnetic wrote: Reza, You can't have multiple Solr instances write to the same index at the same time. But you can add documents to a single Solr instance in parallel (e.g. f

Re: Solr in cluster

2009-05-22 Thread Otis Gospodnetic
Reza, You can't have multiple Solr instances write to the same index at the same time. But you can add documents to a single Solr instance in parallel (e.g. from multiple threads of one or more applications) and Solr will do the right thing without you having to put JMS or some other type of qu