Interface IIcuNormalizationTokenFilter
Normalizes as defined here: http://userguide.icu-project.org/transforms/normalization
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IIcuNormalizationTokenFilter : ITokenFilter
Remarks
Requires analysis-icu plugin to be installed
Properties
| Edit this page View SourceName
The type of normalization
Declaration
[DataMember(Name = "name")]
IcuNormalizationType? Name { get; set; }
Property Value
Type | Description |
---|---|
IcuNormalizationType? |