Solr Error when making GeoPrefixTree polygon filter search

2014-12-10 Thread mathaix
I am try to make a solr query using the following filter. location_rpt:"IsWithin( POLYGON((-122.42048263549805 37.79762790889688, -122.42048263549805 37.787860934698, -122.44726181030273 37.787860934698, -122.44726181030273 37.79762790889688, -122.42048263549805 37.79762790889688)) ) distErrPct=0"

Re: Solr Error when making GeoPrefixTree polygon filter search

2014-12-10 Thread mathaix
So I downloaded and attached the spatial4j source. (where it is breaking). Notice that there is no POLYGON type in the WktShapeParser file. (See attached source). https://github.com/spatial4j/spatial4j/blob/master/src/main/java/com/spatial4j/core/io/WktShapeParser.java -- View this message i

Re: Solr Error when making GeoPrefixTree polygon filter search

2014-12-11 Thread mathaix
Thank you. That was the issue. Is am running solr with Jetty. Is there are recommended way for including those jars in the jetty configuration? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Error-when-making-GeoPrefixTree-polygon-filter-search-tp4173629p4173807.html