Re: Polygon search query working but NOT Multipolygon

2017-06-28 Thread puneeta
Hi David, I tried with other point coordinates and it works fine :) I am still wondering why those coordinates worked with a Polygon though! Downloading JTS Test builder helped me a lot. Thank you so much! Puneeta -- View this message in context: http://lucene.472066.n3.nabble.com

Re: Polygon search query working but NOT Multipolygon

2017-06-28 Thread puneeta
32.490774513000105, -86.477551331 32.490605651))) Thanks, Puneeta david.w.smi...@gmail.com wrote > I tried your data in the "JTS TestBuilder" GUI. Firstly, your polygon > isn't "closed", but that was easily fixed by repeating the first point at > the end. See

Re: Polygon search query working but NOT Multipolygon

2017-06-28 Thread puneeta
for a multipolygon search. Not sure whats happening :( Puneeta david.w.smi...@gmail.com wrote > https://lucene.apache.org/solr/guide/6_6/spatial-search.html#SpatialSearch-RptWithGeometrySpatialField > <https://lucene.apache.org/solr/guide/6_6/spatial-search.html#SpatialSearch-RptWithGeome

Re: Polygon search query working but NOT Multipolygon

2017-06-28 Thread puneeta
distanceUnits="kilometers" *useJtsMulti="false"*/> The issue I am facing is that the I am not getting the search result for Multipolygon i.e I should get hits.Currently, the numFound = 0, It should find atleast 1 record as

Re: Polygon search query working but NOT Multipolygon

2017-06-28 Thread puneeta
Hi David, Thank you for the prompt reply. My field definition in schema.xml is : I commented the existing location_rpt And added: My Solr version is 6.2.1 Thanks, Puneeta -- View this message in context: http://lucene.472066.n3.nabble.com/Polygon-search-query-working-but-NOT

Polygon search query working but NOT Multipolygon

2017-06-28 Thread puneeta
453097892 32.449735102)" This device surely lies between the polygon (My polygon coordinates are many more in the actual data. To reduce the size here I have omited few of the coordinates) The query is returning only the polygon data. The multipolygon search is not happening. Any help is