: sort=query({!v="area_id: 78153"}) desc, score desc
:
: What I want to achieve is sort by if there is a match with area_id, then
: sort by the actual score
I think you can use the "map" function here to map all scores greater then
zero (matching docs) to some fixed value. something like this
Hi Folks,
I got a problem on solr sorting as below:
sort=query({!v="area_id: 78153"}) desc, score desc
What I want to achieve is sort by if there is a match with area_id, then
sort by the actual score
problem is, area_id is a multiple value, the result I am getting does not
sort by the actual s