Jokin Cuadrado wrote:
>
> Avery time you flush the index, you are writing a small index to the
> disk. Theres a defined value (mergefactor) that decides when it have
> to merge all of those small index in a bigger one, so as the index
> grown the merges are bigger.
>
Don't you thing I have to migrate my lucene version to 1.4 because in this
version, it sounds like the writings of document in the index files are
independant from the merge operation ?
I mean, in last version, the merge is performed by default by a
ConcurrentMergeScheduler that will make the commit operation approximatly
constant whatever the size of the index. Is that true ?
--
View this message in context:
http://www.nabble.com/IndexWriter.flush-performance-tp20880541p20887656.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]