I have Solr 4.2 I need to calculate the distance between a point (0, 0) and lat lng in each document. I do this http://<host>:9081/solr/collection1/select?q={!func}dist(2, lat, lng, 0, 0)&wt=xml&indent=true
It works fine but does not show the distance, Please help. -- View this message in context: http://lucene.472066.n3.nabble.com/Showing-distance-in-results-tp4182077.html Sent from the Solr - User mailing list archive at Nabble.com.