Uses of Interface
org.apache.lucene.search.uhighlight.LabelledCharArrayMatcher
Packages that use LabelledCharArrayMatcher
Package
Description
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 LabelledCharArrayMatcherModifier and TypeFieldDescriptionprivate final LabelledCharArrayMatcher[]
UHComponents.automata
protected static final LabelledCharArrayMatcher[]
UnifiedHighlighter.ZERO_LEN_AUTOMATA_ARRAY
Fields in org.apache.lucene.search.uhighlight with type parameters of type LabelledCharArrayMatcherModifier and TypeFieldDescription(package private) List<LabelledCharArrayMatcher>
MultiTermHighlighting.AutomataCollector.runAutomata
Methods in org.apache.lucene.search.uhighlight that return LabelledCharArrayMatcherModifier and TypeMethodDescription(package private) static LabelledCharArrayMatcher[]
MultiTermHighlighting.extractAutomata
(Query query, Predicate<String> fieldMatcher, boolean lookInSpan) Extracts MultiTermQueries that match the provided field predicate.UHComponents.getAutomata()
protected LabelledCharArrayMatcher[]
UnifiedHighlighter.getAutomata
(String field, Query query, Set<UnifiedHighlighter.HighlightFlag> highlightFlags) static LabelledCharArrayMatcher
LabelledCharArrayMatcher.wrap
(String label, CharArrayMatcher in) Associates a label with a CharArrayMatcherstatic LabelledCharArrayMatcher
LabelledCharArrayMatcher.wrap
(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 LabelledCharArrayMatcherModifierConstructorDescriptionUHComponents
(String field, Predicate<String> fieldMatcher, Query query, BytesRef[] terms, PhraseHelper phraseHelper, LabelledCharArrayMatcher[] automata, boolean hasUnrecognizedQueryPart, Set<UnifiedHighlighter.HighlightFlag> highlightFlags)