Interface IEncoder
Encodes original text. The IEncoder works with the IFormatter to generate the output.
Namespace: Lucene.Net.Search.Highlight
Assembly: Lucene.Net.Highlighter.dll
Syntax
public interface IEncoder
Methods
EncodeText(string)
Encodes original text. The IEncoder works with the IFormatter to generate the output.
Declaration
string EncodeText(string originalText)
Parameters
Type | Name | Description |
---|---|---|
string | originalText | The section of text being output |
Returns
Type | Description |
---|---|
string |