I want to boost the closest distance document. I have constructed the following with help from the docs:
Post to:
{{solr-host}}:8983/solr/{{collection}}/select?rows=5
Body:
{
'query': '{!boost b=recip(geodist(location_ps,-33.92090033,18.42119421),5e-05,2.0,1.0)}*:*',
'fields': ['title_s', 'score', 'location_ps']
}
However, I don't get any locaiton_ps
in my response.
Any Ideas?