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 interfaceLabelledCharArrayMatcherAssociates 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. matchersprivate CharArrayMatcherMemoryIndexOffsetStrategy. preMemIndexFilterAutomatonMethods in org.apache.lucene.search.uhighlight that return CharArrayMatcher Modifier and Type Method Description private static CharArrayMatcherMemoryIndexOffsetStrategy. buildCombinedAutomaton(UHComponents components)Build oneCharArrayMatchermatching any term the query might match.private static CharArrayMatcher[]TokenStreamOffsetStrategy. convertTermsToMatchers(BytesRef[] terms, CharArrayMatcher[] matchers)static CharArrayMatcherCharArrayMatcher. 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 FilteringTokenFilterMemoryIndexOffsetStrategy. newKeepWordFilter(TokenStream tokenStream, CharArrayMatcher matcher)static LabelledCharArrayMatcherLabelledCharArrayMatcher. 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)
-