ssage
>> From: vivek sar
>> To: solr-user@lucene.apache.org
>> Sent: Wednesday, April 1, 2009 4:26:04 AM
>> Subject: Re: Merging Solr Indexes
>>
>> Thanks Otis. Could you write to same core (same index) from multiple
>> threads at the same time? I thou
ssage
> From: vivek sar
> To: solr-user@lucene.apache.org
> Sent: Wednesday, April 1, 2009 4:26:04 AM
> Subject: Re: Merging Solr Indexes
>
> Thanks Otis. Could you write to same core (same index) from multiple
> threads at the same time? I thought each writer would lock th
Thanks Otis. Could you write to same core (same index) from multiple
threads at the same time? I thought each writer would lock the index
so other can not write at the same time. I'll try it though.
Another reason of putting indexes in separate core was to limit the
index size. Our index can grow
Let me start with 4)
Have you tried simply using multiple threads to send your docs to a single Solr
instance/core? You should get about the same performance as what you are
trying with your approach below, but without the headache of managing multiple
cores and index merging (not yet possible