Interface IIcuFoldingTokenFilter
Case folding of Unicode characters based on UTR#30, like the ASCII-folding token filter on steroids.
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IIcuFoldingTokenFilter : ITokenFilter
Remarks
Requires analysis-icu plugin to be installed
Properties
| Edit this page View SourceUnicodeSetFilter
Which letters are folded can be controlled by specifying the unicodeSetFilter parameter, which accepts a UnicodeSet.
Declaration
[DataMember(Name = "unicode_set_filter")]
string UnicodeSetFilter { get; set; }
Property Value
Type | Description |
---|---|
string |