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

Ignacio Vera resolved LUCENE-8914.
----------------------------------
       Resolution: Fixed
         Assignee: Ignacio Vera
    Fix Version/s: 8.3
                   master (9.0)

> Small improvement in FloatPointNearestNeighbor
> ----------------------------------------------
>
>                 Key: LUCENE-8914
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8914
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Ignacio Vera
>            Assignee: Ignacio Vera
>            Priority: Minor
>             Fix For: master (9.0), 8.3
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently the logic to visit inner nodes of the BKD tree in 
> FloatPointNearestNeighbor is in the custom tree traversing logic instead of 
> in the IntersectVisitor. This approach is missing the improvement added on 
> LUCENE-7862 which my experiments shows that for a high number of dimensions 
> can give a performance improvements of around 10%.
> This change proposes to move the logic for discarding inner modes to the 
> IntersectVisitor.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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

Reply via email to