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-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org