Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | List of all members
Lucene.Net.Search.Highlight.IEncoder Interface Reference

Encodes original text. The IEncoder works with the Formatter to generate the output. More...

Inherited by Lucene.Net.Search.Highlight.DefaultEncoder, and Lucene.Net.Search.Highlight.SimpleHTMLEncoder.

Public Member Functions

string EncodeText (System.String originalText)
 
Parameters
originalTextThe section of text being output

 

Detailed Description

Encodes original text. The IEncoder works with the Formatter to generate the output.

Definition at line 21 of file IEncoder.cs.

Member Function Documentation

string Lucene.Net.Search.Highlight.IEncoder.EncodeText ( System.String  originalText)

Parameters
originalTextThe section of text being output

Implemented in Lucene.Net.Search.Highlight.DefaultEncoder.


The documentation for this interface was generated from the following file: