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

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

Commit 634c22c527ef72b1d400bb8284cff6b9971766c1 in lucene's branch 
refs/heads/main from Ignacio Vera
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=634c22c ]

LUCENE-10264: Clone index input when creating a PointTree in 
SimpleTextBKDReader (#478)

Fixes a race condition introduced in LUCENE-9820.

> Separate logic for reading the BKD index from logic to intersecting it.
> -----------------------------------------------------------------------
>
>                 Key: LUCENE-9820
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9820
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Ignacio Vera
>            Assignee: Ignacio Vera
>            Priority: Major
>             Fix For: 9.1
>
>          Time Spent: 12h 20m
>  Remaining Estimate: 0h
>
> Currently the class BKDReader contains all the logic for traversing the KD 
> tree and the logic to read the actual index. This makes difficult to develop 
> new visiting strategies, for example LUCENE-9619, where it is proposed to 
> move Points from a visitor API to a custor-style API.
> The first step is to isolate the logic the read the index from the logic that 
> visits the the tree. Another benefit of doing this, is that it will help 
> evolving the index, for example moving the current index format to backwards 
> codec without moving the visiting logic.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to