Re: Polygon search returning "InvalidShapeException: incompatible dimension (2)... error.

2014-03-10 Thread Smiley, David W.
You need to either quote your query (after the colon, and another at the very end), or escape any special characters, or use a different query parser like “field”. I prefer to use the field query parser: {!field f=loc}Intersects(POLYGON(... ~ David On 3/6/14, 10:52 AM, "leevduhl" wrote: >Gett

Re: Polygon search returning "InvalidShapeException: incompatible dimension (2)... error.

2014-03-07 Thread leevduhl
Problem resolve. Once we got JTS properly installed all was well. Lee -- View this message in context: http://lucene.472066.n3.nabble.com/Polygon-search-returning-InvalidShapeException-incompatible-dimension-2-error-tp4121704p4122081.html Sent from the Solr - User mailing list archive at

Re: Polygon search returning "InvalidShapeException: incompatible dimension (2)... error.

2014-03-06 Thread leevduhl
Ok, I think the issue here is that I need to install the JTS library. I will have that done and try again. Lee -- View this message in context: http://lucene.472066.n3.nabble.com/Polygon-search-returning-InvalidShapeException-incompatible-dimension-2-error-tp4121704p4121796.html Sent from

Polygon search returning "InvalidShapeException: incompatible dimension (2)... error.

2014-03-06 Thread leevduhl
version info is as follows: solr-spec: 4.6.1 solr-impl: 4.6.1 1560866 - mark - 2014-01-23 20:21:50 lucene-spec: 4.6.1 lucene-impl: 4.6.1 1560866 - mark - 2014-01-23 20:11:13 Any info on a solution to this problem would be appreciated. Thanks Lee -- View this message in context: http://lucene.472066.n3.nabble.com/Polygon-search-returning-InvalidShapeException-incompatible-dimension-2-error-tp4121704.html Sent from the Solr - User mailing list archive at Nabble.com.