Hi,

I have an index directory that I update daily via a process that invokes
IndexWriter.updateDocument(). The daily update will be mostly adds but some
changes to existing documents.

In this scenario, how are the index files modified? Is it the case that all
mods will be either the creation of new files or straight appends to
existing files? Or does the update modify existing parts of existing files,
i.e. sections of the files that were created the previous day.

Thanks!

Dennis
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/On-update-are-index-files-only-appended-to-tp922625p922625.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to