SearchField.NormalizerName プロパティ

定義

フィールドに使用するノーマライザーの名前。 このオプションは、フィルター可能、並べ替え可能、またはファセット可能が有効なフィールドでのみ使用できます。 ノーマライザーを選択すると、フィールドに対して変更することはできません。 複合フィールドの場合は null にする必要があります。

public Azure.Search.Documents.Indexes.Models.LexicalNormalizerName? NormalizerName { get; set; }
member this.NormalizerName : Nullable<Azure.Search.Documents.Indexes.Models.LexicalNormalizerName> with get, set
Public Property NormalizerName As Nullable(Of LexicalNormalizerName)

プロパティ値

適用対象