Uses of Class
org.apache.lucene.util.automaton.ByteRunAutomaton
-
Packages that use ByteRunAutomaton Package Description org.apache.lucene.search org.apache.lucene.search.uhighlight org.apache.lucene.util.automaton -
-
Uses of ByteRunAutomaton in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type ByteRunAutomaton Modifier and Type Method Description voidQueryVisitor. consumeTermsMatching(Query query, String field, 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 LabelledCharArrayMatcherLabelledCharArrayMatcher. wrap(String label, ByteRunAutomaton runAutomaton)Returns a representation of the automaton that matches char[] instead of byte[] -
Uses of ByteRunAutomaton in org.apache.lucene.util.automaton
Fields in org.apache.lucene.util.automaton declared as ByteRunAutomaton Modifier and Type Field Description ByteRunAutomatonCompiledAutomaton. runAutomatonMatcher for quickly determining if a byte[] is accepted.
-