Hello, I use the following distance sorting of SOLR 4(solr.SpatialRecursivePrefixTreeFieldType):
fl=*,score&sort=score asc&q={!geofilt score=distance filter=false sfield=coords pt=54.729696,-98.525391 d=10} (from the tutorial on http://wiki.apache.org/solr/SolrAdaptersForLuceneSpatial4) Now i want to query on a searchstring and still want to sort on distance. How can i combine this in above solr request? When i add something to the "q=" it doesn't work. I tried _query_ subquery and other stuff but i don't get it working I appreciate any help, Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR4-Spatial-sorting-and-query-string-tp4084318.html Sent from the Solr - User mailing list archive at Nabble.com.