Uses of Interface
org.apache.lucene.search.uhighlight.CharArrayMatcher
Packages that use CharArrayMatcher
Package
Description
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term
vectors, or analysis.
-
Uses of CharArrayMatcher in org.apache.lucene.search.uhighlight
Subinterfaces of CharArrayMatcher in org.apache.lucene.search.uhighlightModifier and TypeInterfaceDescriptioninterface
Associates a label with a CharArrayMatcher to distinguish different sources for terms in highlightingFields in org.apache.lucene.search.uhighlight declared as CharArrayMatcherModifier and TypeFieldDescriptionprivate final CharArrayMatcher[]
TokenStreamOffsetStrategy.combinedAutomata
(package private) final CharArrayMatcher[]
TokenStreamOffsetStrategy.TokenStreamOffsetsEnum.matchers
private final CharArrayMatcher
MemoryIndexOffsetStrategy.preMemIndexFilterAutomaton
Methods in org.apache.lucene.search.uhighlight that return CharArrayMatcherModifier and TypeMethodDescriptionprivate static CharArrayMatcher
MemoryIndexOffsetStrategy.buildCombinedAutomaton
(UHComponents components) Build oneCharArrayMatcher
matching any term the query might match.private static CharArrayMatcher[]
TokenStreamOffsetStrategy.convertTermsToMatchers
(BytesRef[] terms, CharArrayMatcher[] matchers) static CharArrayMatcher
Methods in org.apache.lucene.search.uhighlight with parameters of type CharArrayMatcherModifier and TypeMethodDescriptionprivate static CharArrayMatcher[]
TokenStreamOffsetStrategy.convertTermsToMatchers
(BytesRef[] terms, CharArrayMatcher[] matchers) private static FilteringTokenFilter
MemoryIndexOffsetStrategy.newKeepWordFilter
(TokenStream tokenStream, CharArrayMatcher matcher) static LabelledCharArrayMatcher
LabelledCharArrayMatcher.wrap
(String label, CharArrayMatcher in) Associates a label with a CharArrayMatcherConstructors in org.apache.lucene.search.uhighlight with parameters of type CharArrayMatcherModifierConstructorDescription(package private)
TokenStreamOffsetsEnum
(TokenStream ts, CharArrayMatcher[] matchers)