-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 8.6.2
-
Fix Version/s: None
-
Component/s: core/other
-
Labels:None
-
Lucene Fields:New
In BKDReader$IndexTree, the private final variable negativeDeltas seems useless. It will be only 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.
- links to