次の方法で共有


SearchParameters.SearchFields プロパティ

定義

フルテキスト検索の範囲を指定するフィールド名の一覧を取得または設定します。 完全な Lucene クエリでフィールド検索 (fieldName:searchExpression) を使用する場合、各フィールド検索式のフィールド名は、このパラメーターにリストされているフィールド名よりも優先されます。

[Newtonsoft.Json.JsonIgnore]
public System.Collections.Generic.IList<string> SearchFields { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.SearchFields : System.Collections.Generic.IList<string> with get, set
Public Property SearchFields As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonIgnoreAttribute

適用対象