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) RunAutomatonIntersectTermsEnum. runAutomatonConstructors 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) RunAutomatonOrdsIntersectTermsEnum. 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 RunAutomatonDirectPostingsFormat.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 classTermAutomatonScorer.TermRunAutomatonFields in org.apache.lucene.search declared as RunAutomaton Modifier and Type Field Description private RunAutomatonTermAutomatonScorer. runAutomaton -
Uses of RunAutomaton in org.apache.lucene.util.automaton
Subclasses of RunAutomaton in org.apache.lucene.util.automaton Modifier and Type Class Description classByteRunAutomatonAutomaton representation for matching UTF-8 byte[].classCharacterRunAutomatonAutomaton representation for matching char[].
-