Uses of Package
org.apache.lucene.util.automaton
Packages that use org.apache.lucene.util.automaton
Package
Description
API and code to convert text into indexable/searchable tokens.
Codecs API: API for customization of the encoding and structure of the index.
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
-
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.searchClassDescriptionFinite-state automaton with regular expression operations.Automaton provider for
RegExp.
RegExp.toAutomaton(AutomatonProvider)
Immutable class holding compiled details for a given Automaton. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.util.automatonClassDescriptionFinite-state automaton with regular expression operations.Automaton provider for
RegExp.
RegExp.toAutomaton(AutomatonProvider)
Automaton representation for matching UTF-8 byte[].Automata are compiled into different internal forms for the most efficient execution depending upon the language they accept.Finite-state automaton with fast run operation.Automaton state.Pair of states.Automaton transition.