Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the result types for Enterprise Search results.
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. |