Expand Minimize
0 out of 1 rated this helpful - Rate this topic

ResultType Enumeration

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)
[FlagsAttribute]
public enum ResultType
Member nameDescription
NoneNo result type is specified.
RelevantResultsSpecifies the results set containing the main search results from the content index matching the search query.
SpecialTermResultsSpecifies the results set containing best bets matching the search query.
HighConfidenceResultsSpecifies the results set containing high-confidence results matching the search query.
DefinitionResultsSpecifies the results set containing definitions for keywords matching the search query.
VisualBestBetsResultsSpecifies the results set containing visual best bets matching the search query.
RefinementResultsSpecifies the results set containing refined results matching the search query.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.