Re: Syntax error while parsing Spatial Query as string

2020-02-14 Thread David Smiley
You are asking on solr-user but your scenario seems pure Lucene. For Lucene and indexing point-data, I strongly recommend LatLonPoint. For Solr, same scenario, the Solr adaptation of the same functionality is LatLonPointSpatialField. I know this doesn't directly address your question. Just look

Syntax error while parsing Spatial Query as string

2020-02-14 Thread vas aj
Hi team, I am using Lucene 6.6.2, Spatial4j 0.7, lucene-spatial-extras 6.6.2. I am trying to create a Spatial Query string for a given longitude, latitude & radius in miles. The query string generated using SpatialHelper (code as attached ) for long: -122.8515139 & lat: 45.5099231 in .25 miles ra