Class NormalizeCharMap.Builder
Builds an NormalizeCharMap.
Call add() until you have added all the mappings, then call build() to get a NormalizeCharMap @lucene.experimental
Inheritance
System.Object
NormalizeCharMap.Builder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Serializable]
public class Builder
Methods
Name | Description |
---|---|
Add(String, String) | Records a replacement to be applied to the input stream. Whenever occurs in
the input, it will be replaced with
.
|
Build() | Builds the NormalizeCharMap; call this once you are done calling Add(String, String). |