SearchMode Enum

Definition

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

public enum SearchMode
type SearchMode = 
Public Enum SearchMode
Inheritance
SearchMode

Fields

All 1

All search terms must match.

Any 0

Any search terms may match.

Applies to