On Mar 12, 2010, at 1:23 AM, wicketnewuser wrote: > > Hi I'm getting geo_distance as str eventhough I'm define the field as > tdouble. my search looks like > /solr/select?&qt=geo&lat=xx.xx&long=yy.yy&q=*&radius=10 > Is there anyway i can get is as > double instead of str
I'm not sure about this. I think that is hardcoded in the Local Solr code, but you could put in a request on that project. You might also note that the Solr trunk is building on Local Solr right now and has incorporate most of the functionality there. See http://wiki.apache.org/solr/SpatialSearch for the status. Cheers, Grant