I’ve found the issue.
- First, my IDE was putting all the Solr JAR dependencies into my custom JAR. I
noticed the JAR was 14MB when it should have been a few Kb. I changed this to
get a JAR with only my classes in.
- I then ran into CNFEs of the Solr UpdateRequestProcessorFactory and
UpdateReq
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 wrote:
> Hi all,
>
> I’m in a bit of a cul de sac with an issue, hope you can help.
>
> I am creating a custo