Exception indexing polygons with solr (jts not found?)
问题 I'm having trouble setting up solr 4.10.2 to work with polygons. I try to adapt the example application to work with an field called geom with the type location_rpt . I added jts-1.13.jar to the file solr-4.10.2/example/webapps/solr.war in the directory WEB-INF/lib and I created a field in schema.xml: <field name="geom" type="location_rpt" indexed="true" stored="true" /> I start solr with java -jar start.jar . But when I try to add a document with a geom field I get an exception: Caused by: