views:

15

answers:

0

Does anyone know of a means of returning the distance in the result set using Solr 1.5? An example of the function we're using is: dist(2, store, vector(43.517030,-96.789603)) where "store" is a LatLon field containing both latitude and longitude of each item in the index. Can you give an example URL that would return a distance field in the results?

We're currently using the nightly build dated the day of this posting.