.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
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