Class SpanGradientFormatter

java.lang.Object
org.apache.lucene.search.highlight.GradientFormatter
org.apache.lucene.search.highlight.SpanGradientFormatter
All Implemented Interfaces:
Formatter

public class SpanGradientFormatter extends GradientFormatter
Formats text with different color intensity depending on the score of the term using the span tag. GradientFormatter uses a bgcolor argument to the font tag which doesn't work in Mozilla, thus this class.
See Also:
  • Constructor Details

    • SpanGradientFormatter

      public SpanGradientFormatter(float maxScore, String minForegroundColor, String maxForegroundColor, String minBackgroundColor, String maxBackgroundColor)
  • Method Details