Hello Everyone, I've been integrating Solr 4.1 into a Web GIS solution and it's working great. I have implemented JTS within Solr 4.1 and indexed thousands of WKT polygons provided by XML document genereated by a GE's GIS Core system. Everything seems to working out great.
Now I have a feature where I want to query solr with geo:intersects((POLYGON(... with a polygon too big to send via xmlhttp object. I'm getting a http 505 error. 1. Is there any other way of sending this huge string back to solr? (I've tried GET and POST) 2. This polygon was the result of a previous query so, is there a way of query inside a query? Something like ,... fq=geo:intersects(<another query.spatialfield_with_the_wkt_polygon) ? Thanks Guilherme