Skip to content

Commit 5651468

Browse files
committed
iter
1 parent 10e080c commit 5651468

File tree

1 file changed

+1
-2
lines changed
  • lucene/core/src/java/org/apache/lucene/codecs/lucene90/blocktree

1 file changed

+1
-2
lines changed

lucene/core/src/java/org/apache/lucene/codecs/lucene90/blocktree/TrieReader.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ private void load(Node node, long fp) throws IOException {
9595

9696
// [n bytes] floor data
9797
// [n bytes] output fp
98-
// [1bit] nothing | [1bit] has floor | [1bit] has terms | [3bit] output fp bytes | [2bit]
99-
// sign
98+
// [1bit] x | [1bit] has floor | [1bit] has terms | [3bit] output fp bytes | [2bit] sign
10099

101100
node.childrenNum = 0;
102101
int fpBytes = ((term >>> 2) & 0x07) + 1;

0 commit comments

Comments
 (0)