On Thu, May 19, 2011 at 8:52 AM, martin_groenhof <martin.groen...@yahoo.com> wrote: > How do you construct a query in java for spatial search ? not the default > solr REST interface
It depends on what you are trying to do - a spatial request (as currently implemented in Solr) is typically more than just a query... it can be filtering by a bounding box, filtering by a distance radius, or using a distance (geodist) function query in another way such as sorting by it or using it as a factor in relevance. -Yonik http://www.lucenerevolution.org -- Lucene/Solr User Conference, May 25-26, San Francisco