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 komali <ko...@gmail.com> on 2009/05/15 08:03:49 UTC

Re: incremental update of index


  If u want to reindex already that was indexed then just give create flag
as false 




ChadDavis wrote:
> 
> In the FAQ's it says that you have to do a manual incremental update:
> 
> How do I update a document or a set of documents that are already indexed?
>>
>> There is no direct update procedure in Lucene. To update an index
>> incrementally you must first *delete* the documents that were updated,
>> and
>> *then re-add* them to the index.
>>
> 
> How do I determine the existing document that matches the document I am
> updating?
> 
> 

-- 
View this message in context: http://www.nabble.com/incremental-update-of-index-tp20426316p23553924.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


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