Re: Solr 4 Spatial: NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry

2013-02-27 Thread Smiley, David W.
Dotan, http://wiki.apache.org/solr/SolrAdaptersForLuceneSpatial4#Configuration You need to put the its jar within Solr's WEB-INF/lib; unfortunately you can't simply reference it via a lib entry and put it wherever. FWIW you can find the same question and my response on Stackoverflow. ~ David

Re: Solr 4 Spatial: NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry

2013-02-27 Thread Dotan Cohen
On Wed, Feb 27, 2013 at 10:24 AM, Smiley, David W. dsmi...@mitre.org wrote: Dotan, http://wiki.apache.org/solr/SolrAdaptersForLuceneSpatial4#Configuration You need to put the its jar within Solr's WEB-INF/lib; unfortunately you can't simply reference it via a lib entry and put it wherever.

Re: Solr 4 Spatial: NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry

2013-02-20 Thread Dotan Cohen
Note that the issue is present in Solr 4.1 as well. I did find this post, which is not very encouraging: http://grokbase.com/t/lucene/solr-user/128sz03jdk/recursiveprefixtreestrategy-class-not-found Might the name of the class be simply a typo that is easily rectified? How might one go about