On Tue, Aug 4, 2009 at 7:28 PM, Daniel Cassiano <danielcassi...@gmail.com>wrote:
> Hi folks, > > I'm having some problem with a custom handler on my Solr. > All the application works fine, but when I do a new checkout from svn > and generate a jar file with my handler, I got: > > SEVERE: java.lang.NoSuchMethodError: > > org.apache.solr.core.SolrCore.getUpdateProcessorFactory(Ljava/lang/String;)Lorg/apache/solr/update/processor/UpdateRequestProcessorFactory; > > I checked versions of my libs and they're ok. > I'm using Solr 1.3 and the environment is the same that works previously. > Are you using the released Solr 1.3 or some intermediate nightly build? The 1.3 release has SolrCore.getUpdateProcessorChain(String) method. -- Regards, Shalin Shekhar Mangar.