SearchModelFactory.LexicalNormalizer(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base type for normalizers.
public static Azure.Search.Documents.Indexes.Models.LexicalNormalizer LexicalNormalizer(string odataType = default, string name = default);
static member LexicalNormalizer : string * string -> Azure.Search.Documents.Indexes.Models.LexicalNormalizer
Public Shared Function LexicalNormalizer (Optional odataType As String = Nothing, Optional name As String = Nothing) As LexicalNormalizer
Parameters
- odataType
- String
The discriminator for derived types.
- name
- String
The name of the char filter. It must only contain letters, digits, spaces, dashes or underscores, can only start and end with alphanumeric characters, and is limited to 128 characters.
Returns
A new LexicalNormalizer instance for mocking.