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 Tim Walters <tw...@sonic.net> on 2004/02/16 04:25:01 UTC

Field Reindex Question

Hi,

I'm thinking of using Lucene in an application that might change the 
field data without modifying the document. It would be nice to only have 
to rewrite the field index information, which is much smaller than the 
information for the document. Would anyone know if this is possible?

Thanks in Advance,
Tim



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


Re: Field Reindex Question

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
You must remove and re-add the entire document to perform an "update".  
Such is the (current) nature of Lucene.

	Erik


On Feb 15, 2004, at 10:25 PM, Tim Walters wrote:

> Hi,
>
> I'm thinking of using Lucene in an application that might change the 
> field data without modifying the document. It would be nice to only 
> have to rewrite the field index information, which is much smaller 
> than the information for the document. Would anyone know if this is 
> possible?
>
> Thanks in Advance,
> Tim
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: lucene-user-help@jakarta.apache.org


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