Uses of Interface
org.apache.lucene.util.automaton.ByteRunnable
Packages that use ByteRunnable
Package
Description
Finite-state automaton for regular expressions.
-
Uses of ByteRunnable in org.apache.lucene.util.automaton
Classes in org.apache.lucene.util.automaton that implement ByteRunnableModifier and TypeClassDescriptionclass
Automaton representation for matching UTF-8 byte[].class
A RunAutomaton that does not require DFA.Methods in org.apache.lucene.util.automaton that return ByteRunnableModifier and TypeMethodDescriptionCompiledAutomaton.getByteRunnable()
Get aByteRunnable
instance, it will be different depending on whether a NFA or DFA is passed in, and does not guarantee returning non-null object