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.

Namespace: Lucene.Net.Highlight
Assembly: Lucene.Net.Contrib.Highlighter (in Lucene.Net.Contrib.Highlighter.dll) Version: 2.3.2.1

Syntax

C#
public class SpanGradientFormatter : GradientFormatter
Visual Basic
Public Class SpanGradientFormatter _
	Inherits GradientFormatter
Visual C++
public ref class SpanGradientFormatter : public GradientFormatter

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Highlight..::..GradientFormatter
    Lucene.Net.Highlight..::..SpanGradientFormatter

See Also