Interface IIcuTransformTokenFilter
Transforms are used to process Unicode text in many different ways, such as case mapping, normalization, transliteration and bidirectional text handling.
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IIcuTransformTokenFilter : ITokenFilter
Remarks
Requires analysis-icu plugin to be installed
Properties
| Edit this page View SourceDirection
Specify text direction with the dir parameter which accepts forward (default) for LTR and reverse for RTL.
Declaration
[DataMember(Name = "dir")]
IcuTransformDirection? Direction { get; set; }
Property Value
Type | Description |
---|---|
IcuTransformDirection? |
Id
Declaration
[DataMember(Name = "id")]
string Id { get; set; }
Property Value
Type | Description |
---|---|
string |