Uses of Package
org.apache.lucene.util.automaton
-
Packages that use org.apache.lucene.util.automaton Package Description org.apache.lucene.analysis Text analysis.org.apache.lucene.analysis.hunspell A Java implementation of Hunspell stemming and spell-checking algorithms (Hunspell
), and a stemming TokenFilter (HunspellStemFilter
) based on it.org.apache.lucene.analysis.miscellaneous Miscellaneous Tokenstreams.org.apache.lucene.analysis.pattern Set of components for pattern-based (regex) analysis.org.apache.lucene.backward_codecs.lucene40.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.blocktreeords Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.org.apache.lucene.codecs.bloom Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.org.apache.lucene.codecs.lucene90.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.memory Term dictionary, DocValues or Postings formats that are read entirely into memory.org.apache.lucene.codecs.uniformsplit Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.uniformsplit.sharedterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.queries.intervals Intervals queriesorg.apache.lucene.sandbox.search This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries.org.apache.lucene.search Code to search indices.org.apache.lucene.search.suggest.analyzing Analyzer based autosuggest.org.apache.lucene.search.suggest.document Support for document suggestionorg.apache.lucene.search.uhighlight The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis.org.apache.lucene.util.automaton Finite-state automaton for regular expressions.org.apache.lucene.util.graph Utility classes for working with token streams as graphs. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.analysis Class Description Automaton Represents an automaton and all its states and transitions.Automaton.Builder Records new states and transitions and thenAutomaton.Builder.finish()
creates theAutomaton
. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.analysis.hunspell Class Description CharacterRunAutomaton Automaton representation for matching char[]. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.analysis.miscellaneous Class Description Automaton Represents an automaton and all its states and transitions.LimitedFiniteStringsIterator FiniteStringsIterator
which limits the number of iterated accepted strings. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.analysis.pattern Class Description Automaton Represents an automaton and all its states and transitions.CharacterRunAutomaton Automaton representation for matching char[]. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.backward_codecs.lucene40.blocktree Class Description Automaton Represents an automaton and all its states and transitions.CompiledAutomaton Immutable class holding compiled details for a given Automaton.RunAutomaton Finite-state automaton with fast run operation.Transition Holds one transition from anAutomaton
. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.codecs.blocktreeords Class Description CompiledAutomaton Immutable class holding compiled details for a given Automaton.RunAutomaton Finite-state automaton with fast run operation.Transition Holds one transition from anAutomaton
. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.codecs.bloom Class Description CompiledAutomaton Immutable class holding compiled details for a given Automaton. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.codecs.lucene90.blocktree Class Description Automaton Represents an automaton and all its states and transitions.CompiledAutomaton Immutable class holding compiled details for a given Automaton.RunAutomaton Finite-state automaton with fast run operation.Transition Holds one transition from anAutomaton
. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.codecs.memory Class Description ByteRunAutomaton Automaton representation for matching UTF-8 byte[].CompiledAutomaton Immutable class holding compiled details for a given Automaton.RunAutomaton Finite-state automaton with fast run operation.Transition Holds one transition from anAutomaton
. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.codecs.uniformsplit Class Description Automaton Represents an automaton and all its states and transitions.ByteRunAutomaton Automaton representation for matching UTF-8 byte[].CompiledAutomaton Immutable class holding compiled details for a given Automaton.Transition Holds one transition from anAutomaton
. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.codecs.uniformsplit.sharedterms Class Description CompiledAutomaton Immutable class holding compiled details for a given Automaton. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.index Class Description Automaton Represents an automaton and all its states and transitions.ByteRunAutomaton Automaton representation for matching UTF-8 byte[].CompiledAutomaton Immutable class holding compiled details for a given Automaton.Transition Holds one transition from anAutomaton
. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.queries.intervals Class Description CompiledAutomaton Immutable class holding compiled details for a given Automaton. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.sandbox.search Class Description Automaton Represents an automaton and all its states and transitions.Automaton.Builder Records new states and transitions and thenAutomaton.Builder.finish()
creates theAutomaton
.RunAutomaton Finite-state automaton with fast run operation. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.search Class Description Automaton Represents an automaton and all its states and transitions.AutomatonProvider Automaton provider forRegExp.
RegExp.toAutomaton(AutomatonProvider,int)
ByteRunAutomaton Automaton representation for matching UTF-8 byte[].CompiledAutomaton Immutable class holding compiled details for a given Automaton.LevenshteinAutomata 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 Class Description Automaton Represents an automaton and all its states and transitions. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.search.suggest.document Class Description Automaton Represents an automaton and all its states and transitions. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.search.uhighlight Class Description ByteRunAutomaton Automaton representation for matching UTF-8 byte[].CompiledAutomaton Immutable class holding compiled details for a given Automaton. -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.util.automaton Class Description Automaton Represents an automaton and all its states and transitions.Automaton.Builder Records new states and transitions and thenAutomaton.Builder.finish()
creates theAutomaton
.AutomatonProvider Automaton provider forRegExp.
RegExp.toAutomaton(AutomatonProvider,int)
ByteRunAutomaton Automaton representation for matching UTF-8 byte[].CompiledAutomaton.AUTOMATON_TYPE Automata are compiled into different internal forms for the most efficient execution depending upon the language they accept.DaciukMihovAutomatonBuilder.State Deprecated.DFSA state withchar
labels on transitions.FiniteStringsIterator Iterates all accepted strings.FiniteStringsIterator.PathNode Nodes for path stack.FrozenIntSet IntSet LevenshteinAutomata.ParametricDescription A ParametricDescription describes the structure of a Levenshtein DFA for some degree n.MinimizationOperations.StateList MinimizationOperations.StateListNode Operations.PointTransitions Operations.TransitionList RegExp Regular Expression extension toAutomaton
.RegExp.Kind The type of expression represented by a RegExp node.RegExp.MakeRegexGroup Custom Functional Interface for a Supplying methods with signature of RegExp(int int1, RegExp exp1, RegExp exp2)RunAutomaton Finite-state automaton with fast run operation.TooComplexToDeterminizeException This exception is thrown when determinizing an automaton would require too much work.Transition Holds one transition from anAutomaton
.UTF32ToUTF8.UTF8Byte UTF32ToUTF8.UTF8Sequence -
Classes in org.apache.lucene.util.automaton used by org.apache.lucene.util.graph Class Description Automaton Represents an automaton and all its states and transitions.Transition Holds one transition from anAutomaton
.