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 TypeInterfaceDescriptioninterfaceAssociates 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.matchersprivate final CharArrayMatcherMemoryIndexOffsetStrategy.preMemIndexFilterAutomatonMethods in org.apache.lucene.search.uhighlight that return CharArrayMatcherModifier and TypeMethodDescriptionprivate static CharArrayMatcherMemoryIndexOffsetStrategy.buildCombinedAutomaton(UHComponents components) Build oneCharArrayMatchermatching any term the query might match.private static CharArrayMatcher[]TokenStreamOffsetStrategy.convertTermsToMatchers(BytesRef[] terms, CharArrayMatcher[] matchers) static CharArrayMatcherMethods in org.apache.lucene.search.uhighlight with parameters of type CharArrayMatcherModifier and TypeMethodDescriptionprivate static CharArrayMatcher[]TokenStreamOffsetStrategy.convertTermsToMatchers(BytesRef[] terms, CharArrayMatcher[] matchers) private static FilteringTokenFilterMemoryIndexOffsetStrategy.newKeepWordFilter(TokenStream tokenStream, CharArrayMatcher matcher) static LabelledCharArrayMatcherLabelledCharArrayMatcher.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)