Uses of Class
org.apache.lucene.util.automaton.NFARunAutomaton
Packages that use NFARunAutomaton
Package
Description
Finite-state automaton for regular expressions.
-
Uses of NFARunAutomaton in org.apache.lucene.util.automaton
Fields in org.apache.lucene.util.automaton declared as NFARunAutomatonModifier and TypeFieldDescription(package private) final NFARunAutomaton
CompiledAutomaton.nfaRunAutomaton
Matcher directly run on a NFA, it will determinize the state on need and caches it, note that this field andCompiledAutomaton.runAutomaton
will not be non-null at the same time