You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Paul Bozan MCR <pa...@mcr.ro> on 2002/11/04 09:43:32 UTC

"Low Index Operation"

Hi
I have two separate index directories, Index1 and Index2.
I want move one or many document(s) from Index1 in Index2 . All fields are
UnStored .
Can anyone explain how can I do this ?
Thanks.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: "Low Index Operation"

Posted by Otis Gospodnetic <ot...@yahoo.com>.
Maybe you can merge your indices:
http://jakarta.apache.org/lucene/docs/api/org/apache/lucene/index/IndexWriter.html#addIndexes(org.apache.lucene.store.Directory[])

Otis

--- Paul Bozan MCR <pa...@mcr.ro> wrote:
> Hi
> I have two separate index directories, Index1 and Index2.
> I want move one or many document(s) from Index1 in Index2 . All
> fields are
> UnStored .
> Can anyone explain how can I do this ?
> Thanks.
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>