Uses of Class
org.apache.lucene.util.automaton.ByteRunAutomaton
-
Packages that use ByteRunAutomaton Package Description 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.index Code to maintain and access indices.org.apache.lucene.search Code to search indices.org.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. -
-
Uses of ByteRunAutomaton in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as ByteRunAutomaton Modifier and Type Field Description (package private) ByteRunAutomaton
FSTTermsReader.TermsReader.IntersectTermsEnum. fsa
-
Uses of ByteRunAutomaton in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as ByteRunAutomaton Modifier and Type Field Description protected ByteRunAutomaton
IntersectBlockReader. runAutomaton
-
Uses of ByteRunAutomaton in org.apache.lucene.index
Fields in org.apache.lucene.index declared as ByteRunAutomaton Modifier and Type Field Description private ByteRunAutomaton
AutomatonTermsEnum. runAutomaton
-
Uses of ByteRunAutomaton in org.apache.lucene.search
Methods in org.apache.lucene.search that return ByteRunAutomaton Modifier and Type Method Description private ByteRunAutomaton
TermInSetQuery. asByteRunAutomaton()
Method parameters in org.apache.lucene.search with type arguments of type ByteRunAutomaton Modifier and Type Method Description void
QueryVisitor. consumeTermsMatching(Query query, java.lang.String field, java.util.function.Supplier<ByteRunAutomaton> automaton)
Called by leaf queries that match on a class of terms -
Uses of ByteRunAutomaton in org.apache.lucene.search.uhighlight
Methods in org.apache.lucene.search.uhighlight with parameters of type ByteRunAutomaton Modifier and Type Method Description static LabelledCharArrayMatcher
LabelledCharArrayMatcher. wrap(java.lang.String label, ByteRunAutomaton runAutomaton)
Returns a representation of the automaton that matches char[] instead of byte[]Method parameters in org.apache.lucene.search.uhighlight with type arguments of type ByteRunAutomaton Modifier and Type Method Description void
MultiTermHighlighting.AutomataCollector. consumeTermsMatching(Query query, java.lang.String field, java.util.function.Supplier<ByteRunAutomaton> automaton)
-
Uses of ByteRunAutomaton in org.apache.lucene.util.automaton
Fields in org.apache.lucene.util.automaton declared as ByteRunAutomaton Modifier and Type Field Description ByteRunAutomaton
CompiledAutomaton. runAutomaton
Matcher for quickly determining if a byte[] is accepted.
-