Open missinglink opened 3 years ago
New query type distance_feature https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-distance-feature-query.html
distance_feature
We currently use geo_distance for filtering and _geo_distance for scoring, could this replace one or both of those?
geo_distance
_geo_distance
Needs some investigating
We also currently use function_score for focus queries.
function_score
I suspect that if this is using a KNN algorithm that it could be significantly faster than using function_score for computing focus.point queries.
focus.point
New query type
distance_feature
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-distance-feature-query.htmlWe currently use
geo_distance
for filtering and_geo_distance
for scoring, could this replace one or both of those?Needs some investigating