>
>>
>>
>> - Original Message
>> > From: Christian Reuschling
>> > To: java-user@lucene.apache.org
>> > Sent: Tuesday, August 4, 2009 5:50:16 AM
>> > Subject: ParallelMultiSearcher and idf
>> >
>> > Hello,
>>
, NLP, NER, IR
>
>
>
> - Original Message
> > From: Christian Reuschling
> > To: java-user@lucene.apache.org
> > Sent: Tuesday, August 4, 2009 5:50:16 AM
> > Subject: ParallelMultiSearcher and idf
> >
> > Hello,
> >
> > when se
om: Christian Reuschling
> To: java-user@lucene.apache.org
> Sent: Tuesday, August 4, 2009 5:50:16 AM
> Subject: ParallelMultiSearcher and idf
>
> Hello,
>
> when searching over multiple indices, we create one IndexReader for each
> index,
> and wrap them into a MultiReader
Hello,
when searching over multiple indices, we create one IndexReader for each index,
and wrap them into a MultiReader, that we use for IndexSearcher creation.
This is fine for searching multiple indices on one machine, but in the case the
indices are distributed over the (intra)net, this scenar