dungba88 commented on code in PR #12624: URL: https://github.com/apache/lucene/pull/12624#discussion_r1415871453
########## lucene/test-framework/src/java/org/apache/lucene/tests/util/fst/FSTTester.java: ########## @@ -316,6 +313,15 @@ public FST<T> doTest() throws IOException { return fst; } + protected FST<T> compile(FSTCompiler<T> fstCompiler) throws IOException { + return fstCompiler.compile(); + } + + protected FSTCompiler.Builder<T> getFSTBuilder() { + return new FSTCompiler.Builder<>( Review Comment: I added this test along with the 2B nodes off-heap -- 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