Defines the result types for Enterprise Search results.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
'Usage
Dim instance As ResultType
'Declaration
<FlagsAttribute> _
Public Enumeration ResultType
| | Member name | Description |
|---|
| DefinitionResults | Specifies the results set containing definitions for keywords matching the search query. |
| HighConfidenceResults | Specifies the results set containing high-confidence results matching the search query. |
| None | No result type is specified. |
| RelevantResults | Specifies the results set containing the main search results from the content index matching the search query. |
| SpecialTermResults | Specifies the results set containing best bets matching the search query. |