mirror of https://github.com/apache/lucene.git
remove TODO that was in fact done
This commit is contained in:
parent
b8e454c1da
commit
030caba6cb
|
@ -1059,9 +1059,6 @@ public class BKDWriter implements Closeable {
|
||||||
assert count > 0: "nodeID=" + nodeID + " leafNodeOffset=" + leafNodeOffset;
|
assert count > 0: "nodeID=" + nodeID + " leafNodeOffset=" + leafNodeOffset;
|
||||||
writeLeafBlockDocs(out, heapSource.docIDs, Math.toIntExact(source.start), count);
|
writeLeafBlockDocs(out, heapSource.docIDs, Math.toIntExact(source.start), count);
|
||||||
|
|
||||||
// TODO: we should delta compress / only write suffix bytes, like terms dict (the values will all be "close together" since we are at
|
|
||||||
// a leaf cell):
|
|
||||||
|
|
||||||
// First pass: find the per-dim common prefix for all values in this block:
|
// First pass: find the per-dim common prefix for all values in this block:
|
||||||
Arrays.fill(commonPrefixLengths, bytesPerDim);
|
Arrays.fill(commonPrefixLengths, bytesPerDim);
|
||||||
for (int i=0;i<count;i++) {
|
for (int i=0;i<count;i++) {
|
||||||
|
|
Loading…
Reference in New Issue