You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by kaiserwaseem <ka...@naseebnetworks.com> on 2011/06/23 13:23:27 UTC

Re: Dismax + spatial constraints

i am using dismax to boost my field as placeName^1.8 schemeName^1.5 text^1.0,
now I also want to boost my results with respect to distance to show closest
areas first, i sort it with geodist but it show irrelevant results on top, 
i also tried

q={!boost b=recip(geodist(50.1, -0.86, myGeoField), 1, 1000,
1000)}foo:bar&...

but in vain, any help



--
View this message in context: http://lucene.472066.n3.nabble.com/Dismax-spatial-constraints-tp2979214p3099490.html
Sent from the Solr - User mailing list archive at Nabble.com.