SearchModelFactory.KeywordTokenizer(String, Nullable<Int32>) 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.
Emits the entire input as a single token. This tokenizer is implemented using Apache Lucene.
public static Azure.Search.Documents.Indexes.Models.KeywordTokenizer KeywordTokenizer(string name = default, int? bufferSize = default);
static member KeywordTokenizer : string * Nullable<int> -> Azure.Search.Documents.Indexes.Models.KeywordTokenizer
Public Shared Function KeywordTokenizer (Optional name As String = Nothing, Optional bufferSize As Nullable(Of Integer) = Nothing) As KeywordTokenizer
Parameters
- name
- String
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.
Returns
A new KeywordTokenizer instance for mocking.