You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the default score returned in a geospatial geofilt search is the distance between the points. so high score equals further away. How can I do this in riak yokoruna?
Currently the default score returned in a geospatial geofilt search is the distance between the points. so high score equals further away. How can I do this in riak yokoruna?
I can do this solr api:
https://wiki.apache.org/solr/SpatialSearch#How_to_boost_closest_results
or
https://cwiki.apache.org/confluence/display/solr/Spatial+Search
under the
Boost Nearest ResultssectionBut now sure how to pass in these parameters in nodejs client?