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
| Improve this Doc View SourceEncodeText(String)
Declaration
string EncodeText(string originalText)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | originalText | The section of text being output |
Returns
| Type | Description |
|---|---|
| System.String |