easyice commented on code in PR #12748:
URL: https://github.com/apache/lucene/pull/12748#discussion_r1381655684
##########
lucene/core/src/java/org/apache/lucene/util/fst/FSTCompiler.java:
##########
@@ -444,9 +446,15 @@ long addNode(FSTCompiler.UnCompiledNode<T> nodeIn) throws
IOException {
int labelRange = nodeIn.arcs[nodeIn.numArcs - 1].label -
nodeIn.arcs[0].label + 1;
assert labelRange > 0;
- if (shouldExpandNodeWithDirectAddressing(
+ boolean continuousLable = labelRange == nodeIn.numArcs;
Review Comment:
sorry for the typo :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]