ResultType enumeration

NOTE: This API is now obsolete.

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)

No code example is currently available or this language may not be supported.

Member nameDescription
NoneObsolete. No result type is specified.
RelevantResultsObsolete. Specifies the results set containing the main search results from the content index matching the search query.
SpecialTermResultsObsolete. Specifies the results set containing best bets matching the search query.
HighConfidenceResultsObsolete. Specifies the results set containing high-confidence results matching the search query.
DefinitionResultsObsolete. Specifies the results set containing definitions for keywords matching the search query.
VisualBestBetsResultsObsolete. Specifies the results set containing visual best bets matching the search query.
RefinementResultsObsolete. Specifies the results set containing refined results matching the search query.
ExtendedObsolete.
Show: