SearchOptions.SearchMode Property

Definition

A value that specifies whether any or all of the search terms must be matched in order to count the document as a match.

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

Property Value

Applies to