Re: Merge factor problem,

2007-02-10 Thread Otis Gospodnetic
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, I have i

Re: Replication of RAMDirectory across multiple WebSphere servers

2007-02-10 Thread Otis Gospodnetic
Not sure about the WebSpehere Object Cache, but Terracota has something like what you are describing: http://www.google.com/search?q=terracota%20lucene Otis - Original Message From: Philip Brown <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Friday, February 9, 2007 10:12:38

Re: Merge factor problem,

2007-02-10 Thread Sairaj Sunil
Hi, I saw that article and it tells me that increasing the mergeFactor speeds up the indexing. But the reverse had happened in my case. To be more specific I had conducted some experiments for 1000 documents. The time taken is quite large, due to pdf file indexing. I had changed the indexwriter's

Re: Merge factor problem,

2007-02-10 Thread Otis Gospodnetic
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 it tells me that

Re: Merge factor problem,

2007-02-10 Thread Sairaj Sunil
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

Re: Merge factor problem,

2007-02-10 Thread Mark Miller
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