john-wagster commented on code in PR #15753:
URL: https://github.com/apache/lucene/pull/15753#discussion_r2842458021


##########
lucene/core/src/java/org/apache/lucene/util/automaton/Automata.java:
##########
@@ -557,6 +566,31 @@ public static Automaton makeString(String s) {
     return a;
   }
 
+  /**
+   * Returns a new (deterministic) automaton that accepts the single given 
string and the
+   * case-insensitive equivalents.
+   */

Review Comment:
   I'm pretty sure it is always a minimal DFA.  And I hear you; I am also in 
need of more coffee.
   
   I updated the docs here similar to the other methods in this class to 
reflect that these two functions are minimal.  Good suggestion is good.  



-- 
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]

Reply via email to