[ 
https://issues.apache.org/jira/browse/LUCENE-7130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Muir updated LUCENE-7130:
--------------------------------
    Attachment: LUCENE-7130.patch

simple patch: just adds bounds check and uses haversinSortKey. I also cleaned 
up how the termsEnum interacts with crosses()/within().

> fold optimizations from LatLonPoint to GeoPointField
> ----------------------------------------------------
>
>                 Key: LUCENE-7130
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7130
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Robert Muir
>         Attachments: LUCENE-7130.patch
>
>
> Followup from LUCENE-7127:
> I had to remove some distance query optimizations for correctness. According 
> to benchmarks it hurt performance. We can win back half of it by just syncing 
> up with LatLonPoint's distance optimizations.
> Then separately from this, we can investigate trying to safely implement some 
> of what it was trying to do before (and add to both impls).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to