RE: partial reindex

2005-10-05 Thread houyang
-Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 4:04 AM To: java-user@lucene.apache.org Subject: Re: partial reindex On Oct 5, 2005, at 4:01 AM, Eugeny N Dzhurinsky wrote: > Is it possible somehow to change some partial fields in inde

Re: partial reindex

2005-10-05 Thread Erik Hatcher
On Oct 5, 2005, at 8:56 AM, Eugeny N Dzhurinsky wrote: On Wed, Oct 05, 2005 at 08:38:21AM -0400, Erik Hatcher wrote: But could Lucene mix up 2 indexes in single query? Using ParallelReader - yes. Read the javadocs to learn more. May be MultiReader? I didn't find ParallelReader in my API

Re: partial reindex

2005-10-05 Thread Yonik Seeley
> May be MultiReader? I didn't find ParallelReader in my API docs for Lucene 1.4.3. It's not in 1.4.3... you need to check out the latest 1.9 development version from Subversion (the source code repository used now). -Yonik Now hiring -- http://tinyurl.com/7m67g On 10/5/05, Eugeny N Dzhurinsky

Re: partial reindex

2005-10-05 Thread Eugeny N Dzhurinsky
On Wed, Oct 05, 2005 at 08:38:21AM -0400, Erik Hatcher wrote: > > But could Lucene mix up 2 indexes in single query? > Using ParallelReader - yes. Read the javadocs to learn more. May be MultiReader? I didn't find ParallelReader in my API docs for Lucene 1.4.3. Im'm trying to think in this way:

Re: partial reindex

2005-10-05 Thread Erik Hatcher
On Oct 5, 2005, at 7:38 AM, Eugeny N Dzhurinsky wrote: On Wed, Oct 05, 2005 at 07:03:45AM -0400, Erik Hatcher wrote: On Oct 5, 2005, at 4:01 AM, Eugeny N Dzhurinsky wrote: Is it possible somehow to change some partial fields in indexed documents without reindexing all documents? No, not wit

Re: partial reindex

2005-10-05 Thread Eugeny N Dzhurinsky
On Wed, Oct 05, 2005 at 07:03:45AM -0400, Erik Hatcher wrote: > On Oct 5, 2005, at 4:01 AM, Eugeny N Dzhurinsky wrote: > >Is it possible somehow to change some partial fields in indexed > >documents without reindexing all documents? > No, not with Lucene 1.4.3. But the Subversion trunk has a fea

Re: partial reindex

2005-10-05 Thread Erik Hatcher
On Oct 5, 2005, at 4:01 AM, Eugeny N Dzhurinsky wrote: Is it possible somehow to change some partial fields in indexed documents without reindexing all documents? No, not with Lucene 1.4.3. But the Subversion trunk has a feature that can facilitate this sort of thing by building two index