Uses of Interface
org.apache.lucene.search.uhighlight.CharArrayMatcher
-
Packages that use CharArrayMatcher Package Description org.apache.lucene.search.uhighlight 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.uhighlight Modifier and Type Interface Description interface
LabelledCharArrayMatcher
Associates a label with a CharArrayMatcher to distinguish different sources for terms in highlightingFields in org.apache.lucene.search.uhighlight declared as CharArrayMatcher Modifier and Type Field Description private CharArrayMatcher[]
TokenStreamOffsetStrategy. combinedAutomata
(package private) CharArrayMatcher[]
TokenStreamOffsetStrategy.TokenStreamOffsetsEnum. matchers
private CharArrayMatcher
MemoryIndexOffsetStrategy. preMemIndexFilterAutomaton
Methods in org.apache.lucene.search.uhighlight that return CharArrayMatcher Modifier and Type Method Description private 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
CharArrayMatcher. fromTerms(java.util.List<BytesRef> terms)
Methods in org.apache.lucene.search.uhighlight with parameters of type CharArrayMatcher Modifier and Type Method Description private static CharArrayMatcher[]
TokenStreamOffsetStrategy. convertTermsToMatchers(BytesRef[] terms, CharArrayMatcher[] matchers)
private static FilteringTokenFilter
MemoryIndexOffsetStrategy. newKeepWordFilter(TokenStream tokenStream, CharArrayMatcher matcher)
static LabelledCharArrayMatcher
LabelledCharArrayMatcher. wrap(java.lang.String label, CharArrayMatcher in)
Associates a label with a CharArrayMatcherConstructors in org.apache.lucene.search.uhighlight with parameters of type CharArrayMatcher Constructor Description TokenStreamOffsetsEnum(TokenStream ts, CharArrayMatcher[] matchers)
-