Uses of Interface
org.apache.lucene.search.uhighlight.LabelledCharArrayMatcher
-
Packages that use LabelledCharArrayMatcher Package Description org.apache.lucene.search.uhighlight The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis. -
-
Uses of LabelledCharArrayMatcher in org.apache.lucene.search.uhighlight
Fields in org.apache.lucene.search.uhighlight declared as LabelledCharArrayMatcher Modifier and Type Field Description private LabelledCharArrayMatcher[]
UHComponents. automata
protected static LabelledCharArrayMatcher[]
UnifiedHighlighter. ZERO_LEN_AUTOMATA_ARRAY
Fields in org.apache.lucene.search.uhighlight with type parameters of type LabelledCharArrayMatcher Modifier and Type Field Description (package private) java.util.List<LabelledCharArrayMatcher>
MultiTermHighlighting.AutomataCollector. runAutomata
Methods in org.apache.lucene.search.uhighlight that return LabelledCharArrayMatcher Modifier and Type Method Description (package private) static LabelledCharArrayMatcher[]
MultiTermHighlighting. extractAutomata(Query query, java.util.function.Predicate<java.lang.String> fieldMatcher, boolean lookInSpan)
Extracts MultiTermQueries that match the provided field predicate.LabelledCharArrayMatcher[]
UHComponents. getAutomata()
protected LabelledCharArrayMatcher[]
UnifiedHighlighter. getAutomata(java.lang.String field, Query query, java.util.Set<UnifiedHighlighter.HighlightFlag> highlightFlags)
static LabelledCharArrayMatcher
LabelledCharArrayMatcher. wrap(java.lang.String label, CharArrayMatcher in)
Associates a label with a CharArrayMatcherstatic LabelledCharArrayMatcher
LabelledCharArrayMatcher. wrap(java.lang.String label, ByteRunAutomaton runAutomaton)
Returns a representation of the automaton that matches char[] instead of byte[]Constructors in org.apache.lucene.search.uhighlight with parameters of type LabelledCharArrayMatcher Constructor Description UHComponents(java.lang.String field, java.util.function.Predicate<java.lang.String> fieldMatcher, Query query, BytesRef[] terms, PhraseHelper phraseHelper, LabelledCharArrayMatcher[] automata, boolean hasUnrecognizedQueryPart, java.util.Set<UnifiedHighlighter.HighlightFlag> highlightFlags)
-