Class CustomNormalizer
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class CustomNormalizer : NormalizerBase, ICustomNormalizer, INormalizer
Constructors
| Edit this page View SourceCustomNormalizer()
Declaration
public CustomNormalizer()
Properties
| Edit this page View SourceCharFilter
Char filters to normalize the keyword
Declaration
public IEnumerable<string> CharFilter { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
Filter
An optional list of logical / registered name of token filters.
Declaration
public IEnumerable<string> Filter { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |