Uses of Class
org.apache.lucene.util.automaton.RunAutomaton
-
Packages that use RunAutomaton Package Description org.apache.lucene.codecs.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.memory Term dictionary, DocValues or Postings formats that are read entirely into memory.org.apache.lucene.search Code to search indices.org.apache.lucene.util.automaton Finite-state automaton for regular expressions. -
-
Uses of RunAutomaton in org.apache.lucene.codecs.blocktree
Fields in org.apache.lucene.codecs.blocktree declared as RunAutomaton Modifier and Type Field Description (package private) RunAutomaton
IntersectTermsEnum. runAutomaton
Constructors in org.apache.lucene.codecs.blocktree with parameters of type RunAutomaton Constructor Description IntersectTermsEnum(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 RunAutomaton Modifier and Type Field Description (package private) RunAutomaton
OrdsIntersectTermsEnum. runAutomaton
-
Uses of RunAutomaton in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as RunAutomaton Modifier and Type Field Description private RunAutomaton
DirectPostingsFormat.DirectField.DirectIntersectTermsEnum. runAutomaton
-
Uses of RunAutomaton in org.apache.lucene.search
Subclasses of RunAutomaton in org.apache.lucene.search Modifier and Type Class Description (package private) static class
TermAutomatonScorer.TermRunAutomaton
Fields in org.apache.lucene.search declared as RunAutomaton Modifier and Type Field Description private RunAutomaton
TermAutomatonScorer. runAutomaton
-
Uses of RunAutomaton in org.apache.lucene.util.automaton
Subclasses of RunAutomaton in org.apache.lucene.util.automaton Modifier and Type Class Description class
ByteRunAutomaton
Automaton representation for matching UTF-8 byte[].class
CharacterRunAutomaton
Automaton representation for matching char[].
-