Class SimpleHTMLFormatter
Simple IFormatter implementation to highlight terms with a pre and post tag
Inheritance
System.Object
SimpleHTMLFormatter
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class SimpleHTMLFormatter : object, IFormatter
Constructors
Name | Description |
---|---|
SimpleHTMLFormatter() | Default constructor uses HTML: <B> tags to markup terms |
SimpleHTMLFormatter(String, String) |
Methods
Name | Description |
---|---|
HighlightTerm(String, TokenGroup) | HighlightTerm(String, TokenGroup) |