dungba88 commented on code in PR #12633: URL: https://github.com/apache/lucene/pull/12633#discussion_r1360866889
########## lucene/core/src/java/org/apache/lucene/util/fst/FSTCompiler.java: ########## @@ -99,31 +87,23 @@ public class FSTCompiler<T> { * tuning and tweaking, see {@link Builder}. */ public FSTCompiler(FST.INPUT_TYPE inputType, Outputs<T> outputs) { Review Comment: Unrelated to this PR and just my thought that would it be more maintainable in the long run if we only have a single way to build the FST through the Builder? -- 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