Re: Solr spatial search not returning any results in response element

2016-09-28 Thread Erick Erickson
Should be something like: 1125258 Mumgaon 26.3833,93.4833 1125259 Mummasar 28.2167,74.2833 Then just post it to Solr with post.jar. for testing, just to make things simple, I put the XML file in example/exampledocs/eoe.xml and issued the following from that directory. java -Du

Re: Solr spatial search not returning any results in response element

2016-09-28 Thread Zoomash Team
Hi, Thanks for your reply. What format should xml file be for data import? Will something like below be acceptable to my field definition? 1 Test 123,456 2 Test2 78,89 Thanks AA On 28 September 2016 at 18:38, Erick Erickson wrote: > First, nice job of posting enough inf

Re: Solr spatial search not returning any results in response element

2016-09-28 Thread Erick Erickson
First, nice job of posting enough information to define the problem and allow us to check something! Far too often it takes 3 back-and-forths to get enough info to say anything. Hmm, on the surface that looks OK. I tried using your field definitions, data and query and it works fine on my machine

Solr spatial search not returning any results in response element

2016-09-28 Thread Zoomash Team
down votefavorite <http://stackoverflow.com/questions/39739430/solr-spatial-search-not-returning-any-results-in-response-element#> I am using Solr version 6.2.1 and trying to return closest location for a given latitude and longitude. I have manage to add data into Solr and indexed it. M