Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
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: