Class IcuTransformTokenFilter
Inheritance
IcuTransformTokenFilter
Assembly: OpenSearch.Client.dll
public class IcuTransformTokenFilter : TokenFilterBase, IIcuTransformTokenFilter, ITokenFilter
Constructors
|
Edit this page
View Source
Declaration
public IcuTransformTokenFilter()
Properties
|
Edit this page
View Source
Specify text direction with the dir parameter which accepts forward (default) for LTR and reverse for RTL.
Declaration
public IcuTransformDirection? Direction { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public string Id { get; set; }
Property Value
Implements
Extension Methods