Class ICUNormalizer2CharFilterFactory
Factory for ICUNormalizer2Char
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Analysis.Icu
Assembly: Lucene.Net.ICU.dll
Syntax
public class ICUNormalizer2CharFilterFactory : CharFilterFactory, IMultiTermAwareComponent
Remarks
Supports the following attributes:
name | A Unicode Normalization Form, one of 'nfc','nfkc', 'nfkc_cf'. Default is nfkc_cf. |
mode | Either 'compose' or 'decompose'. Default is compose. Use "decompose" with nfc or nfkc, to get nfd or nfkd, respectively. |
filter |
A ICU4N. |
Constructors
| Improve this Doc View SourceICUNormalizer2CharFilterFactory(IDictionary<String, String>)
Creates a new ICUNormalizer2Char
Declaration
public ICUNormalizer2CharFilterFactory(IDictionary<string, string> args)
Parameters
Type | Name | Description |
---|---|---|
System. |
args |
Methods
| Improve this Doc View SourceCreate(TextReader)
Declaration
public override TextReader Create(TextReader input)
Parameters
Type | Name | Description |
---|---|---|
System. |
input |
Returns
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceGetMultiTermComponent()
Declaration
public virtual AbstractAnalysisFactory GetMultiTermComponent()
Returns
Type | Description |
---|---|
Abstract |