Class LexicalTokenizer
Base type for tokenizers.
Inheritance
System.Object
LexicalTokenizer
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Search.Documents.dll
Syntax
public class LexicalTokenizer
Properties
Name
The name of the tokenizer. It must only contain letters, digits, spaces, dashes or underscores, can only start and end with alphanumeric characters, and is limited to 128 characters.
Declaration
public string Name { get; set; }
Property Value
System.String
|