vsop-479 commented on code in PR #13072:
URL: https://github.com/apache/lucene/pull/13072#discussion_r1505583695


##########
lucene/core/src/java/org/apache/lucene/util/automaton/Automaton.java:
##########
@@ -70,6 +70,7 @@ public class Automaton implements Accountable, 
TransitionAccessor {
   private int[] states;
 
   private final BitSet isAccept;
+  private final BitSet terminable;

Review Comment:
   > If a bit is set for a state, does that mean this state accepts everything 
from now on (all possible suffixes)?
   
   Yes, you are right about this.
   
   > Could we maybe rename it to isMatchAllSuffix or so?
   
   I will rename it (and remove it to `RunAutomaton`)
   



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

Reply via email to