SearchOptions.SearchFields Property

Definition

The list of field names to which to scope the full-text search. When using fielded search (fieldName:searchExpression) in a full Lucene query, the field names of each fielded search expression take precedence over any field names listed in this parameter.

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

Property Value

Applies to