RE: Copying documents

2006-07-26 Thread Mike Streeton
Hostetter [mailto:[EMAIL PROTECTED] Sent: 25 July 2006 19:47 To: java-user@lucene.apache.org Subject: Re: Copying documents : I want to copy a selection of documents from one index to another. I can : get the Document objects from the IndexReader and write them to the : target index using the I

Re: Copying documents

2006-07-25 Thread Chris Hostetter
: I want to copy a selection of documents from one index to another. I can : get the Document objects from the IndexReader and write them to the : target index using the IndexWriter. The problem I have is this loses : fields that have not been stored, is there a way round this. there is no easy w

Copying documents

2006-07-25 Thread Mike Streeton
I want to copy a selection of documents from one index to another. I can get the Document objects from the IndexReader and write them to the target index using the IndexWriter. The problem I have is this loses fields that have not been stored, is there a way round this. Thanks Mike www.