From my experience: if you are going to optimize your index after
loading (a good idea for making search as fast as possible) than it does
not matter what you set the merge factor to during the load. If you have
a healthy max buffered docs set, the merge factor will not affect the
speed at all
Hi,
just to give more info, I am using Lucene.Net 1.3 version, and not
1.9version. I think there is no option of setmaxBufferedDocs() in the
old
version. Can you tell me the best way to speed up the performance. What are
the parameters that I should set. I know that this depends on the system,
but
Maybe it's Lucene.Net-specific - you are on java-user mailing list.
Otis
- Original Message
From: Sairaj Sunil <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Saturday, February 10, 2007 10:26:01 AM
Subject: Re: Merge factor problem,
Hi,
I saw that article and
ufferedDocs.
Otis
- Original Message
From: Sairaj Sunil <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Friday, February 9, 2007 11:14:50 AM
Subject: Merge factor problem,
Hi all,
I have increased the merge factor from 10 to 50. I thought the indexing
performance will be bet
Sairaj, see http://www.onjava.com/pub/a/onjava/2003/03/05/lucene.html
Increase your maxBufferedDocs.
Otis
- Original Message
From: Sairaj Sunil <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Friday, February 9, 2007 11:14:50 AM
Subject: Merge factor problem,
Hi all,
On Friday 09 February 2007 17:14, Sairaj Sunil wrote:
> I have increased the merge factor from 10 to 50.
Please try increasing setMaxBufferedDocs() instead, does that help?
Regards
Daniel
--
http://www.danielnaber.de
-
To un
Hi all,
I have increased the merge factor from 10 to 50. I thought the indexing
performance will be better. But the time taken taken to index is more than
the time taken for the merge factor of 10. The documentation and some
articles say that the time taken to index will improve if the merge facto