Hi,

 In my application i am committing(indexWriter.commit() on every
single/batch of documents, but now as a result there are lots of segments
getting generated(One thing can be, i don't do commit, but just add document
to indexWriter. But now, if system crashes then uncommited documents
wouldn't make. Please correct me if i am wrong). I can call forceMerge(say
5) after every n number of days. Would that be good approach ? As per i
know, Lucene under the hoods doesn't do segments merge automatically, is
there a property which can take care of this ?

 Also, merge will take care of deleted documents(freeing up disk space) ?

Regards.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Optimising-segments-merges-tp4296997.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

Reply via email to