Robert Muir created LUCENE-7124: ----------------------------------- Summary: SloppyMath is too accurate Key: LUCENE-7124 URL: https://issues.apache.org/jira/browse/LUCENE-7124 Project: Lucene - Core Issue Type: Improvement Reporter: Robert Muir
Followup from LUCENE-7123: Latitude/longitude values are encoded by GeoPointField/LatLonPoint with 1E-6 or 1E-7 error. However, the sloppy distance formula is far too accurate to the actual (10nm), making it slower and relying on large tables. We should only do as good as we need, and especially try to reduce the huge tables. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org