We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
distance_feature
New query type distance_feature https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-distance-feature-query.html
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
The text was updated successfully, but these errors were encountered:
We also currently use function_score for focus queries.
function_score
Sorry, something went wrong.
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
No branches or pull requests
New query type
distance_feature
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-distance-feature-query.html
We currently use
geo_distance
for filtering and_geo_distance
for scoring, could this replace one or both of those?Needs some investigating
The text was updated successfully, but these errors were encountered: