We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728ea1f commit c12e892Copy full SHA for c12e892
lucene/core/src/java/org/apache/lucene/util/fst/NodeHash.java
@@ -280,6 +280,7 @@ private boolean nodesEqual(
280
return false;
281
}
282
283
+ // nocommit: change this to just offset and somehow find the length
284
record OffsetAndLength(long offset, int length) {}
285
286
/** Inner class because it needs access to hash function and FST bytes. */
0 commit comments