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 mganesh <mg...@newgen.co.in> on 2003/05/27 08:14:46 UTC

Field value

Hello,
  Im having 4 fields, among them only one is indexed and the remaining
fields are stored in lucene. Now i want to change the value of one field.

Is there any way to change the value of the stored field?
OR
I have to delete the complete record and recreate it with the new value.

Pls help me out.

regards
ganesh



---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org


Re: Field value

Posted by David Medinets <me...@mtolive.com>.
----- Original Message ----- 
From: "mganesh" <mg...@newgen.co.in>
> Is there any way to change the value of the stored field?

delete the document and re-add it to the index.

David Medinets
http://www.codebits.com



---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org