Namespace:
Endeca.Data
Assembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Assembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public enum SearchMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration SearchMode |
| Visual C++ |
|---|
public enum class SearchMode |
Members
| Member name | Description | |
|---|---|---|
| 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.
|