Re: Error Instantiating UpdateRequestProcessorFactory

2014-09-20 Thread Allistair C
Shekhar Mangar shalinman...@gmail.com wrote: Sounds like a class loader issue. Try adding your jar to $SOLR_HOME/lib instead of tomcat lib. Also, upgrade to Solr 4.x, 3.6 is ancient! :) On Sat, Sep 20, 2014 at 1:13 AM, Allistair C allist...@gmail.com wrote: Hi all, I’m in a bit of a cul

Error Instantiating UpdateRequestProcessorFactory

2014-09-19 Thread Allistair C
Hi all, I’m in a bit of a cul de sac with an issue, hope you can help. I am creating a custom UpdateRequestProcessor. The Solr documentation details that I need to write a factory class subclassing UpdateRequestProcessorFactory and this should return an instance of my class that subclasses