ResultType Enumeration (Microsoft.Office.Server.Search.Query)
ResultType Enumeration (Microsoft.Office.Server.Search.Query)
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)
Syntax

'Usage

Dim instance As ResultType


'Declaration

<FlagsAttribute> _
Public Enumeration ResultType
Members

 Member nameDescription
DefinitionResultsSpecifies the results set containing definitions for keywords matching the search query. 
HighConfidenceResultsSpecifies the results set containing high-confidence results matching the search query. 
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. 
See Also

Community Content

A little more info about that these values mean
Added by:lkuhn65

DefinitionResults render in the standard Search Center results user interface as “What people are saying about <term>”. These results are automatically inferred by the linguistic processing built into the indexing process. The smaller your index, the less likely you are to get a result of this type.
SharePoint Product documentation calls the feature that collects these definitions either “Definition Extraction” or “Discovered Definitions”
http://blogs.technet.com/harikumh/archive/2008/11/14/some-interesting-facts-about-sharepoint-2007-search.aspx
http://social.technet.microsoft.com/forums/en-US/sharepointsearch/thread/563a8b2d-13f5-4247-8d06-16ae371cefe3/
http://trycatch.be/blogs/tom/archive/2008/10/03/i-don-t-like-the-definition-extraction-feature.aspx

HighConfidenceResults render in the standard Search Center results user interface within the HighConfidenceResults web part. These are items that the query processor deems to be a logically exact match for the query term. In my experience, items will show up there if you query term exactly matches the title property of the item. For instance, if you type a person’s full name exactly as it appears in their profile record. Unlike Best Bets – these are not configured answers, the query engine decides what is showing up here, and the items come from the index.

None seems to mean “I have no preference, return any type of results you find” – it is possible to get back a response from the web service that contains more than one result type.

RelevantResults render in in the standard Search Center results user interface within the Core Results web part. These are also sometimes called organic results or index item results.

SpecialTermResults render in the standard Search Center results user interface within the Best Bets web part. These items come only from the Search Keywords list. You’ll never get index item results (a.k.a. organic resuls) in here.

© 2010 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View