Re: Using ParallelReader over large immutable index and small updatable index

2007-03-07 Thread Joe Shaw
Hi, On Tue, 2007-03-06 at 15:34 -0500, Andy Liu wrote: > Is there a working solution out there that would let me use ParallelReader > to search over a large, immutable index and a smaller, auxillary index that > is updated frequently? Currently, from my understanding, the ParallelReader > fails

Re: Using ParallelReader over large immutable index and small updatable index

2007-03-07 Thread Andy Liu
so far is how MultiSearcher handles custom Similarity (see https://issues.apache.org/jira/browse/LUCENE-789). Hope this helps, Alexey -Original Message- From: Andy Liu [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 3:34 PM To: java-user@lucene.apache.org Subject: Using ParallelReader

RE: Using ParallelReader over large immutable index and small updatable index

2007-03-06 Thread Alexey Lef
To: java-user@lucene.apache.org Subject: Using ParallelReader over large immutable index and small updatable index Is there a working solution out there that would let me use ParallelReader to search over a large, immutable index and a smaller, auxillary index that is updated frequently? Currently

Using ParallelReader over large immutable index and small updatable index

2007-03-06 Thread Andy Liu
Is there a working solution out there that would let me use ParallelReader to search over a large, immutable index and a smaller, auxillary index that is updated frequently? Currently, from my understanding, the ParallelReader fails when one of the indexes is updated because the document ID's get