Uses of Package
org.apache.lucene.util.automaton
Packages that use org.apache.lucene.util.automaton
Package
Description
Text analysis.
BlockTree terms dictionary.
Code to maintain and access indices.
Code to search indices.
Finite-state automaton for regular expressions.
-
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.analysis
-
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.codecs.lucene90.blocktree
-
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.index
-
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.searchClassDescriptionRepresents an automaton and all its states and transitions.Automaton provider for
RegExp.
RegExp.toAutomaton(AutomatonProvider)
Automaton representation for matching UTF-8 byte[].Immutable class holding compiled details for a given Automaton. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.util.automatonClassDescriptionRepresents an automaton and all its states and transitions.Automaton provider for
RegExp.
RegExp.toAutomaton(AutomatonProvider)
Automaton representation for matching UTF-8 byte[].A runnable automaton accepting byte array as inputAutomata are compiled into different internal forms for the most efficient execution depending upon the language they accept.Iterates all accepted strings.Regular Expression extension toAutomaton
.The type of expression represented by a RegExp node.Finite-state automaton with fast run operation.This exception is thrown when determinizing an automaton would require too much work.Holds one transition from anAutomaton
.Interface accessing the transitions of an automaton