Uses of Class
org.apache.lucene.util.automaton.ByteRunAutomaton
Packages that use ByteRunAutomaton
Package
Description
Term dictionary, DocValues or Postings formats that are read entirely into memory.
Pluggable term index / block terms dictionary implementations.
Code to maintain and access indices.
Code to search indices.
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term
vectors, or analysis.
Finite-state automaton for regular expressions.
-
Uses of ByteRunAutomaton in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as ByteRunAutomatonModifier and TypeFieldDescription(package private) final ByteRunAutomaton
FSTTermsReader.TermsReader.IntersectTermsEnum.fsa
-
Uses of ByteRunAutomaton in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as ByteRunAutomatonModifier and TypeFieldDescriptionprotected final ByteRunAutomaton
IntersectBlockReader.runAutomaton
-
Uses of ByteRunAutomaton in org.apache.lucene.index
Fields in org.apache.lucene.index declared as ByteRunAutomaton -
Uses of ByteRunAutomaton in org.apache.lucene.search
Methods in org.apache.lucene.search that return ByteRunAutomatonMethod parameters in org.apache.lucene.search with type arguments of type ByteRunAutomatonModifier and TypeMethodDescriptionvoid
QueryVisitor.consumeTermsMatching
(Query query, String field, 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 ByteRunAutomatonModifier and TypeMethodDescriptionstatic LabelledCharArrayMatcher
LabelledCharArrayMatcher.wrap
(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 ByteRunAutomatonModifier and TypeMethodDescriptionvoid
MultiTermHighlighting.AutomataCollector.consumeTermsMatching
(Query query, String field, Supplier<ByteRunAutomaton> automaton) -
Uses of ByteRunAutomaton in org.apache.lucene.util.automaton
Fields in org.apache.lucene.util.automaton declared as ByteRunAutomatonModifier and TypeFieldDescriptionfinal ByteRunAutomaton
CompiledAutomaton.runAutomaton
Matcher for quickly determining if a byte[] is accepted.