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.Analysis.NormalizeCharMap Class Reference

Holds a map of String input to String output, to be used with MappingCharFilter. More...

Public Member Functions

virtual void Add (System.String singleMatch, System.String replacement)
 Records a replacement to be applied to the inputs stream. Whenever singleMatch occurs in the input, it will be replaced with replacement.
 

Detailed Description

Holds a map of String input to String output, to be used with MappingCharFilter.

Definition at line 26 of file NormalizeCharMap.cs.

Member Function Documentation

virtual void Lucene.Net.Analysis.NormalizeCharMap.Add ( System.String  singleMatch,
System.String  replacement 
)
virtual

Records a replacement to be applied to the inputs stream. Whenever singleMatch occurs in the input, it will be replaced with replacement.

Parameters
singleMatchinput String to be replaced
replacementoutput String

Definition at line 42 of file NormalizeCharMap.cs.


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