QuerySpellerType 構造体

定義

個々の検索クエリ用語をスペル修正することで、検索の呼び戻しを改善します。

public readonly struct QuerySpellerType : IEquatable<Azure.Search.Documents.Models.QuerySpellerType>
type QuerySpellerType = struct
Public Structure QuerySpellerType
Implements IEquatable(Of QuerySpellerType)
継承
QuerySpellerType
実装

コンストラクター

QuerySpellerType(String)

QuerySpellerType の新しいインスタンスを初期化します。

プロパティ

Lexicon

スペル チェックは、queryLanguage パラメーターで指定された言語の静的辞書を使用して、個々のクエリ用語を修正します。

None

スペル チェックが有効になっていません。

メソッド

Equals(QuerySpellerType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(QuerySpellerType, QuerySpellerType)

2 つの QuerySpellerType 値が同じかどうかを判断します。

Implicit(String to QuerySpellerType)

文字列を QuerySpellerType に変換します。

Inequality(QuerySpellerType, QuerySpellerType)

2 つの QuerySpellerType 値が同じでないかどうかを判断します。

適用対象