You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ignacio Vera (JIRA)" <ji...@apache.org> on 2019/07/17 14:19:00 UTC

[jira] [Resolved] (LUCENE-8914) Small improvement in FloatPointNearestNeighbor

     [ 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org