Re: ParallelMultiSearcher and idf

2009-08-05 Thread Simon Willnauer
> >> >> >> - 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, >>

Re: ParallelMultiSearcher and idf

2009-08-04 Thread Christian Reuschling
, 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

Re: ParallelMultiSearcher and idf

2009-08-04 Thread Otis Gospodnetic
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

ParallelMultiSearcher and idf

2009-08-04 Thread Christian Reuschling
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