SearchOptions.QueryType Property

Definition

A value that specifies the syntax of the search query. The default is 'simple'. Use 'full' if your query uses the Lucene query syntax.

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

Property Value

Applies to