How to Use ParallelReader

2007-06-13 Thread Liu_Andy2
Hi, There is one class named org.apache.lucene.index.ParallelReader, as its javadoc stated: An IndexReader which reads multiple, parallel indexes. Each index added must have the same number of documents, but typically each contains different fields. Each document contains the union of the field

Re: How to Use ParallelReader

2007-06-15 Thread Chris Hostetter
: My question is: If I just want to update the small fields in one index : and do not want to update the large fields in another index, how can I : make sure these two indexes are synchronized and have the same document : number? the short answer: build them in the same order, use the exact same

Re: How to Use ParallelReader

2007-06-22 Thread Otis Gospodnetic
Hi, - Original Message From: Chris Hostetter <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Saturday, June 16, 2007 3:10:08 AM Subject: Re: How to Use ParallelReader : My question is: If I just want to update the small fields in one index : and do not want to upda