Uses of Class
org.apache.lucene.util.automaton.RunAutomaton
Packages that use RunAutomaton
Package
Description
BlockTree terms dictionary.
Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.
BlockTree terms dictionary.
Term dictionary, DocValues or Postings formats that are read entirely into memory.
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
Finite-state automaton for regular expressions.
-
Uses of RunAutomaton in org.apache.lucene.backward_codecs.lucene40.blocktree
Fields in org.apache.lucene.backward_codecs.lucene40.blocktree declared as RunAutomatonModifier and TypeFieldDescription(package private) final RunAutomaton
IntersectTermsEnum.runAutomaton
Constructors in org.apache.lucene.backward_codecs.lucene40.blocktree with parameters of type RunAutomatonModifierConstructorDescriptionIntersectTermsEnum
(FieldReader fr, Automaton automaton, RunAutomaton runAutomaton, BytesRef commonSuffix, BytesRef startTerm) -
Uses of RunAutomaton in org.apache.lucene.codecs.blocktreeords
Fields in org.apache.lucene.codecs.blocktreeords declared as RunAutomatonModifier and TypeFieldDescription(package private) final RunAutomaton
OrdsIntersectTermsEnum.runAutomaton
-
Uses of RunAutomaton in org.apache.lucene.codecs.lucene90.blocktree
Fields in org.apache.lucene.codecs.lucene90.blocktree declared as RunAutomatonModifier and TypeFieldDescription(package private) final RunAutomaton
IntersectTermsEnum.runAutomaton
Constructors in org.apache.lucene.codecs.lucene90.blocktree with parameters of type RunAutomatonModifierConstructorDescriptionIntersectTermsEnum
(FieldReader fr, Automaton automaton, RunAutomaton runAutomaton, BytesRef commonSuffix, BytesRef startTerm) -
Uses of RunAutomaton in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as RunAutomatonModifier and TypeFieldDescriptionprivate final RunAutomaton
DirectPostingsFormat.DirectField.DirectIntersectTermsEnum.runAutomaton
-
Uses of RunAutomaton in org.apache.lucene.sandbox.search
Subclasses of RunAutomaton in org.apache.lucene.sandbox.searchModifier and TypeClassDescription(package private) static class
Fields in org.apache.lucene.sandbox.search declared as RunAutomaton -
Uses of RunAutomaton in org.apache.lucene.util.automaton
Subclasses of RunAutomaton in org.apache.lucene.util.automatonModifier and TypeClassDescriptionclass
Automaton representation for matching UTF-8 byte[].class
Automaton representation for matching char[].