Class used to markup highlighted terms found in the best sections of a text, using configurable {@link Fragmenter}, {@link Scorer}, {@link Formatter}, {@link Encoder} and tokenizers.

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

Syntax

C#
public class Highlighter
Visual Basic
Public Class Highlighter
Visual C++
public ref class Highlighter

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Highlight..::..Highlighter

See Also