Re: Lucene Merge Threads

2009-10-14 Thread Jason Rutherglen
Gio, > Also, is there any concrete way to know when the merge is actually complete > (aside from profiling the machine)? This would be a great feature to add to the Solr web UI. The ability to monitor merges in progress and log how much time each used. -J

RE: Lucene Merge Threads

2009-10-14 Thread Giovanni Fernandez-Kincade
: Giovanni Fernandez-Kincade; solr-user@lucene.apache.org; noble.p...@gmail.com Subject: RE: Lucene Merge Threads Does anyone know the correct syntax to specify the maximum number of threads for the ConcurrentMergeScheduler? Also, is there any concrete way to know when the merge is actually

RE: Lucene Merge Threads

2009-10-14 Thread Giovanni Fernandez-Kincade
-Kincade Sent: Tuesday, October 13, 2009 7:59 PM To: Giovanni Fernandez-Kincade; 'solr-user@lucene.apache.org'; 'noble.p...@gmail.com' Subject: RE: Lucene Merge Threads I'm still getting the error after getting the latest from trunk and building it. This is what I ad

RE: Lucene Merge Threads

2009-10-13 Thread Giovanni Fernandez-Kincade
z-Kincade Sent: Tuesday, October 13, 2009 10:50 AM To: solr-user@lucene.apache.org; 'noble.p...@gmail.com' Subject: RE: Lucene Merge Threads Here's the version information from the admin page: Solr Specification Version: 1.3.0.2009.07.28.18.51.06 Solr Implementation Version: 1.

RE: Lucene Merge Threads

2009-10-13 Thread Giovanni Fernandez-Kincade
Will do. Thanks! -Original Message- From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com] Sent: Tuesday, October 13, 2009 11:48 AM To: solr-user@lucene.apache.org Subject: Re: Lucene Merge Threads On Tue, Oct 13, 2009 at 8:19 PM, Giovanni Fernandez-Kincade < gfernandez-k

Re: Lucene Merge Threads

2009-10-13 Thread Shalin Shekhar Mangar
On Tue, Oct 13, 2009 at 8:19 PM, Giovanni Fernandez-Kincade < gfernandez-kinc...@capitaliq.com> wrote: > Here's the version information from the admin page: > > Solr Specification Version: 1.3.0.2009.07.28.18.51.06 > Solr Implementation Version: 1.4-dev ${svnversion} - gkincade - 2009-07-28 > 18:5

RE: Lucene Merge Threads

2009-10-13 Thread Giovanni Fernandez-Kincade
05:08 -Original Message- From: noble.p...@gmail.com [mailto:noble.p...@gmail.com] On Behalf Of Noble Paul ??? ?? Sent: Tuesday, October 13, 2009 2:32 AM To: solr-user@lucene.apache.org Subject: Re: Lucene Merge Threads which version of Solr are you using? the 1 syntax was

Re: Lucene Merge Threads

2009-10-12 Thread Noble Paul നോബിള്‍ नोब्ळ्
f (count < 1) >      throw new IllegalArgumentException("count should be at least 1"); >    maxThreadCount = count; >  } > > Is that possible through the solrconfig? > > Thanks, > Gio. > > -Original Message- > From: Giovanni Fernandez-Kinc

RE: Lucene Merge Threads

2009-10-12 Thread Giovanni Fernandez-Kincade
ginal Message- From: Giovanni Fernandez-Kincade [mailto:gfernandez-kinc...@capitaliq.com] Sent: Monday, October 12, 2009 7:53 PM To: solr-user@lucene.apache.org Subject: RE: Lucene Merge Threads Do you have to make a new call to optimize to make it start the merge again? -Original Me

RE: Lucene Merge Threads

2009-10-12 Thread Giovanni Fernandez-Kincade
Do you have to make a new call to optimize to make it start the merge again? -Original Message- From: Jason Rutherglen [mailto:jason.rutherg...@gmail.com] Sent: Monday, October 12, 2009 7:28 PM To: solr-user@lucene.apache.org Subject: Re: Lucene Merge Threads Try this in solrconfig.xml

Re: Lucene Merge Threads

2009-10-12 Thread Jason Rutherglen
Try this in solrconfig.xml: 1 Yes you can stop the process mid-merge. The partially merged files will be deleted on restart. We need to update the wiki? On Mon, Oct 12, 2009 at 4:05 PM, Giovanni Fernandez-Kincade wrote: > Hi, > I'm attempting to optimize a pretty large index, and even tho