Specifies the type of search results to return for a SharePoint Server search query.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration ResultType
'Usage
Dim instance As ResultType
[FlagsAttribute]
public enum ResultType
Members
| Member name | Description | |
|---|---|---|
| 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. | |
| HighConfidenceResults | Specifies the results set containing high-confidence results matching the search query. | |
| DefinitionResults | Specifies the results set containing definitions for keywords matching the search query. | |
| VisualBestBetsResults | Specifies the results set containing visual best bets matching the search query. | |
| RefinementResults | Specifies the results set containing refined results matching the search query. |