Re: copying fields between documents in different indexes

2007-02-17 Thread Yonik Seeley
On 2/16/07, Brian Whitman <[EMAIL PROTECTED]> wrote: Using the lucene API, is there a way to copy the contents and parameters of fields between documents in different indexes? Without requiring the field to be stored or needing to pass around the fulltext contents of the field. I guess I am look

copying fields between documents in different indexes

2007-02-16 Thread Brian Whitman
Using the lucene API, is there a way to copy the contents and parameters of fields between documents in different indexes? Without requiring the field to be stored or needing to pass around the fulltext contents of the field. I guess I am looking for doc.add(new Field("contentsNew", copyFr