I want to query documents with biasing according to distance from a geo_point, currently I'm using the geo_distance filter which filters all documents with larger distance, but I want some sort of biasing.
for example, If I'm querying for 10 documents and only 6 falls inside the geo_distance filter, return also 4 documents that have a larger distance.
how can I do this ?