You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by GitBox <gi...@apache.org> on 2019/08/14 19:27:47 UTC

[GitHub] [lucene-solr] jtibshirani opened a new pull request #832: LUCENE-8952: Use a sort key instead of true distance in NearestNeighbors.

jtibshirani opened a new pull request #832: LUCENE-8952: Use a sort key instead of true distance in NearestNeighbors.
URL: https://github.com/apache/lucene-solr/pull/832
 
 
   This commit addresses a TODO in NearestNeighbors around switching to
   `SloppyMath.haversinSortKey`. When comparing candidate hits, we now only compute
   a distance sort key. The sort key is converted to a true distance only when returning
   the final set of `FieldDocs` and when calculating the bbox for the current search area.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org