Enum TokenCharacterKind
Represents classes of characters on which a token filter can operate.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Search.Documents.dll
Syntax
public enum TokenCharacterKind
Digit
Keeps digits in tokens.
Letter
Keeps letters in tokens.
Punctuation
Keeps punctuation in tokens.
Symbol
Keeps symbols in tokens.
Whitespace
Keeps whitespace in tokens.