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
: 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
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