dungba88 commented on code in PR #12715:
URL: https://github.com/apache/lucene/pull/12715#discussion_r1369634837
##########
lucene/core/src/java/org/apache/lucene/util/fst/FSTCompiler.java:
##########
@@ -122,8 +122,11 @@ public class FSTCompiler<T> {
/**
* Instantiates an FST/FSA builder with default settings and pruning options
turned off. For more
* tuning and tweaking, see {@link Builder}.
+ *
+ * @deprecated Use FSTCompiler.Builder instead. This method will be private
in an upcoming major
Review Comment:
I think we would probably remove it instead of making private?
--
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]