共用方式為


DictionaryDecompounderTokenFilter(String, IEnumerable<String>) Constructor

Definition

Initializes a new instance of DictionaryDecompounderTokenFilter.

public DictionaryDecompounderTokenFilter (string name, System.Collections.Generic.IEnumerable<string> wordList);
new Azure.Search.Documents.Indexes.Models.DictionaryDecompounderTokenFilter : string * seq<string> -> Azure.Search.Documents.Indexes.Models.DictionaryDecompounderTokenFilter
Public Sub New (name As String, wordList As IEnumerable(Of String))

Parameters

name
String

The name of the token 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.

wordList
IEnumerable<String>

The list of words to match against.

Exceptions

name or wordList is null.

Applies to