dungba88 commented on code in PR #12738: URL: https://github.com/apache/lucene/pull/12738#discussion_r1377351934
########## lucene/core/src/java/org/apache/lucene/util/fst/FSTCompiler.java: ########## @@ -749,7 +750,6 @@ public void add(IntsRef input, T output) throws IOException { // format cannot represent the empty input since // 'finalness' is stored on the incoming arc, not on // the node - frontier[0].inputCount++; Review Comment: I incorporated the commit to remove the inputCount as it's no longer used. I already had another PR (opening) so the next rev I'll remove from this PR for less confusion. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org