Uses of Package
org.apache.lucene.util.automaton
Packages that use org.apache.lucene.util.automaton
Package
Description
Text analysis.
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell
), and a stemming
TokenFilter (HunspellStemFilter
) based on it.Miscellaneous Tokenstreams.
Set of components for pattern-based (regex) analysis.
BlockTree terms dictionary.
Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.
Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.
BlockTree terms dictionary.
Term dictionary, DocValues or Postings formats that are read entirely into memory.
Pluggable term index / block terms dictionary implementations.
Pluggable term index / block terms dictionary implementations.
Code to maintain and access indices.
Intervals queries
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
Code to search indices.
Analyzer based autosuggest.
Support for document suggestion
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term
vectors, or analysis.
Finite-state automaton for regular expressions.
Utility classes for working with token streams as graphs.
-
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.analysisClassDescriptionRepresents an automaton and all its states and transitions.Records new states and transitions and then
Automaton.Builder.finish()
creates theAutomaton
. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.analysis.hunspell
-
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.analysis.miscellaneousClassDescriptionRepresents an automaton and all its states and transitions.
FiniteStringsIterator
which limits the number of iterated accepted strings. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.analysis.patternClassDescriptionRepresents an automaton and all its states and transitions.Automaton representation for matching char[].
-
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.backward_codecs.lucene40.blocktreeClassDescriptionRepresents an automaton and all its states and transitions.Immutable class holding compiled details for a given Automaton.Finite-state automaton with fast run operation.Holds one transition from an
Automaton
. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.codecs.blocktreeordsClassDescriptionImmutable class holding compiled details for a given Automaton.Finite-state automaton with fast run operation.Holds one transition from an
Automaton
. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.codecs.bloom
-
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.codecs.lucene90.blocktreeClassDescriptionRepresents an automaton and all its states and transitions.Immutable class holding compiled details for a given Automaton.Finite-state automaton with fast run operation.Holds one transition from an
Automaton
. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.codecs.memoryClassDescriptionAutomaton representation for matching UTF-8 byte[].Immutable class holding compiled details for a given Automaton.Finite-state automaton with fast run operation.Holds one transition from an
Automaton
. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.codecs.uniformsplitClassDescriptionRepresents an automaton and all its states and transitions.Automaton representation for matching UTF-8 byte[].Immutable class holding compiled details for a given Automaton.Holds one transition from an
Automaton
. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.indexClassDescriptionRepresents an automaton and all its states and transitions.Automaton representation for matching UTF-8 byte[].Immutable class holding compiled details for a given Automaton.Holds one transition from an
Automaton
. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.queries.intervals
-
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.sandbox.searchClassDescriptionRepresents an automaton and all its states and transitions.Records new states and transitions and then
Automaton.Builder.finish()
creates theAutomaton
.Finite-state automaton with fast run operation. -
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,int)
Automaton representation for matching UTF-8 byte[].Immutable class holding compiled details for a given Automaton.Class to construct DFAs that match a word within some edit distance. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.search.suggest.analyzing
-
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.search.suggest.document
-
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.search.uhighlightClassDescriptionAutomaton 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.Records new states and transitions and then
Automaton.Builder.finish()
creates theAutomaton
.Automaton provider forRegExp.
RegExp.toAutomaton(AutomatonProvider,int)
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.Deprecated.DFSA state withchar
labels on transitions.Iterates all accepted strings.Nodes for path stack.A ParametricDescription describes the structure of a Levenshtein DFA for some degree n.Regular Expression extension toAutomaton
.The type of expression represented by a RegExp node.Custom Functional Interface for a Supplying methods with signature of RegExp(int int1, RegExp exp1, RegExp exp2)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
. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.util.graphClassDescriptionRepresents an automaton and all its states and transitions.Holds one transition from an
Automaton
.