Re: Updating Lucene Index with Unstored fields

2008-02-01 Thread philipc
.0, but still the same. thanks in advance, Philip Andrzej Bialecki wrote: > > philipc wrote: >> hi, >> >> I'm trying to add a new field to all the documents in a lucene index. >> After searching around, I found the only way to do an update >> is b

Updating Lucene Index with Unstored fields

2008-01-30 Thread philipc
hi, I'm trying to add a new field to all the documents in a lucene index. After searching around, I found the only way to do an update is by retrieve the old documents, update it, delete it, then re-add to index. However, this worked for only preserving the stored fields. i've lost all the unst