Hello,

I am trying to change the maximum number of documents in a lucene segment. By 
default it seems to be 10. When I have a mergeFactor of say 10, then on 
average, after every 100 added documents lucene is merging segments.

I want each segment to contain more then the default 10 documents, because I 
need to minimize merging.

Is there a way to achieve this? writer.setMaxBufferedDocs(largeValue) does not 
do the trick (I think because in my case because the writer is flushed and 
closed after an few updates)

Does anyone know wether it is possible to make the default number of documents 
a segment can contain larger?

Thanks in advance, 

Ard Schrijvers


-- 

Hippo
Oosteinde 11
1017WT Amsterdam
The Netherlands
Tel  +31 (0)20 5224466
-------------------------------------------------------------
[EMAIL PROTECTED] / http://www.hippo.nl
-------------------------------------------------------------- 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to