An enumeration of available search match modes used by Search and SearchKey

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public enum SearchMode
Visual Basic (Declaration)
Public Enumeration SearchMode
Visual C++
public enum class SearchMode

Members

Member nameDescription
Unknown
The mode is unknown.
All
Match all user search terms (i.e., perform a conjunctive search).
AllAny
Match all user search terms if possible, otherwise match at least one.
AllPartial
Match all user search terms if possible, otherwise match some.
Any
Match at least one user search term.
Boolean
Match using a Boolean query.
Partial
Match some user search terms.
PartialMax
Match a maximal subset of user search terms.

See Also