Java Mailing List Archive

http://www.java2.5341.com/

Home » java-user.lucene »

incremental update of index

ChadDavis

2008-11-10

Replies: Find Java Web Hosting

Author LoginPost Reply
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?
©2008 java2.5341.com - Jax Systems, LLC, U.S.A.