Uses of Interface
org.apache.lucene.search.highlight.Formatter
Packages that use Formatter
-
Uses of Formatter in org.apache.lucene.search.highlight
Classes in org.apache.lucene.search.highlight that implement FormatterModifier and TypeClassDescriptionclass
Formats text with different color intensity depending on the score of the term.class
SimpleFormatter
implementation to highlight terms with a pre and post tag.class
Formats text with different color intensity depending on the score of the term using the span tag.Fields in org.apache.lucene.search.highlight declared as FormatterConstructors in org.apache.lucene.search.highlight with parameters of type FormatterModifierConstructorDescriptionHighlighter
(Formatter formatter, Encoder encoder, Scorer fragmentScorer) Highlighter
(Formatter formatter, Scorer fragmentScorer)