Re: Problem changing the default MergePolicy/Scheduler

2009-09-28 Thread Jibo John
On Sep 27, 2009, at 9:42 PM, Shalin Shekhar Mangar wrote: On Mon, Sep 28, 2009 at 2:59 AM, Jibo John wrote: Additionally, I get the same exception even if I declare the in the . class="org.apache.lucene.index.LogByteSizeMergePolicy"> true That should be instead of Ye

Re: Problem changing the default MergePolicy/Scheduler

2009-09-27 Thread Shalin Shekhar Mangar
On Mon, Sep 28, 2009 at 2:59 AM, Jibo John wrote: > Additionally, I get the same exception even if I declare the > in the . > > > > true > > > That should be instead of -- Regards, Shalin Shekhar Mangar.

Re: Problem changing the default MergePolicy/Scheduler

2009-09-27 Thread Jibo John
Additionally, I get the same exception even if I declare the in the . class="org.apache.lucene.index.LogByteSizeMergePolicy"> true Thanks, -Jibo On Sep 27, 2009, at 2:03 PM, Jibo John wrote: Thanks for this. I've updated trunk/, rebuilt solr.war, however, running in

Re: Problem changing the default MergePolicy/Scheduler

2009-09-27 Thread Jibo John
Thanks for this. I've updated trunk/, rebuilt solr.war, however, running into another issue. Sep 27, 2009 1:55:44 PM org.apache.solr.common.SolrException log SEVERE: java.lang.IllegalArgumentException at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source) at sun .reflect .

Re: Problem changing the default MergePolicy/Scheduler

2009-09-27 Thread Shalin Shekhar Mangar
On Mon, Sep 28, 2009 at 1:18 AM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Sat, Sep 26, 2009 at 7:13 AM, Jibo John wrote: > >> Hello, >> >> It looks like solr is not allowing me to change the default >> MergePolicy/Scheduler classes. >> >> Even if I change the default MergePolic

Re: Problem changing the default MergePolicy/Scheduler

2009-09-27 Thread Shalin Shekhar Mangar
On Sat, Sep 26, 2009 at 7:13 AM, Jibo John wrote: > Hello, > > It looks like solr is not allowing me to change the default > MergePolicy/Scheduler classes. > > Even if I change the default MergePolicy/Scheduler(LogByteSizeMErgePolicy > and ConcurrentMergeScheduler) defined in solrconfig.xml to a

Problem changing the default MergePolicy/Scheduler

2009-09-25 Thread Jibo John
Hello, It looks like solr is not allowing me to change the default MergePolicy/Scheduler classes. Even if I change the default MergePolicy/ Scheduler(LogByteSizeMErgePolicy and ConcurrentMergeScheduler) defined in solrconfig.xml to a different one (LogDocMergePolicy and SerialMergeSchedu