Uses of Package
org.apache.lucene.util.automaton
Packages that use org.apache.lucene.util.automaton
Package
Description
Text analysis.
Stemming TokenFilter using a Java implementation of the
Hunspell stemming algorithm.
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.
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
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.
FiniteStringsIteratorwhich 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.codecs.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.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.intervalsClassDescriptionRepresents an automaton and all its states and transitions.Immutable class holding compiled details for a given Automaton.
-
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.searchClassDescriptionRepresents 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[].Immutable class holding compiled details for a given Automaton.Class to construct DFAs that match a word within some edit distance.Finite-state automaton with fast run operation. -
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.DFSA state withcharlabels 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.Finite-state automaton with fast run operation.This exception is thrown when determinizing an automaton would result in one which has too many states.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.