[ 
https://issues.apache.org/jira/browse/LUCENE-7214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15239930#comment-15239930
 ] 

ASF subversion and git services commented on LUCENE-7214:
---------------------------------------------------------

Commit fc19c99e0efc4cf7a0015974de118b2ae220e9cf in lucene-solr's branch 
refs/heads/master from [~rcmuir]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=fc19c99 ]

LUCENE-7214: Remove two-phase iteration from LatLonPoint.newDistanceQuery


> Remove two-phase iteration from LatLonPoint.newDistanceQuery
> ------------------------------------------------------------
>
>                 Key: LUCENE-7214
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7214
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>         Attachments: LUCENE-7214.patch
>
>
> This was a nice crutch for tons of expensive per-document methods, but its no 
> longer needed anymore. After LUCENE-7147 these are truly only boundary cases 
> and we aren't doing a ton of per doc checks anymore. See LUCENE-7212 for 
> inspiration.
> The extra bitset needed, 64-bit docvalues fetch, etc, this cost is no longer 
> worth it.



--
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