This topic has not yet been rated - Rate this topic

QueryHint Enumeration

Possible values for Hint.

Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
public enum QueryHint
 Member nameDescription
NoneAllows the query processor to determine whether to use the Microsoft SQL Server database or the search index first. 
OptimizeWithFullTextIndexInstructs the query processor to use the search index first. 
OptimizeWithPropertyStoreInstructs the query processor to use the Microsoft SQL Server database first. 

These values instruct the query processor to use the Microsoft SQL Server database or the search index first.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.