[
https://issues.apache.org/jira/browse/LUCENE-9645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
kkewwei updated LUCENE-9645:
----------------------------
Description: In BKDReader$IndexTree, the private final variable
negativeDeltas seems useless. It will be only be used in
BKDReader.readNodeData(), we use negativeDeltas[level * numIndexDims +
splitDim] to check whether the current nod is left or right, but it can be
replaced by isLeft which is the function parameter. (was: In
BKDReader$IndexTree, the private final variable negativeDeltas seems useless.
it will be only be used in BKDReader.readNodeData(), we use
negativeDeltas[level * numIndexDims + splitDim] to check whether the current
nod is left or right, but it can be replaced by isLeft.)
> Delete useless negativeDeltas in BKDReader$IndexTree
> ----------------------------------------------------
>
> Key: LUCENE-9645
> URL: https://issues.apache.org/jira/browse/LUCENE-9645
> Project: Lucene - Core
> Issue Type: Improvement
> Components: core/other
> Affects Versions: 8.6.2
> Reporter: kkewwei
> Priority: Major
>
> In BKDReader$IndexTree, the private final variable negativeDeltas seems
> useless. It will be only be used in BKDReader.readNodeData(), we use
> negativeDeltas[level * numIndexDims + splitDim] to check whether the current
> nod is left or right, but it can be replaced by isLeft which is the function
> parameter.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]