SearchOptions.SearchFields プロパティ

定義

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

public System.Collections.Generic.IList<string> SearchFields { get; }
member this.SearchFields : System.Collections.Generic.IList<string>
Public ReadOnly Property SearchFields As IList(Of String)

プロパティ値

適用対象