QueryHint Enumeration

Possible values for Hint.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Enumeration QueryHint
'Usage
Dim instance As QueryHint
public enum QueryHint

Members

Member name Description
None Allows the query processor to determine whether to use the Microsoft SQL Server database or the search index first.
OptimizeWithFullTextIndex Instructs the query processor to use the search index first.
OptimizeWithPropertyStore Instructs the query processor to use the Microsoft SQL Server database first.

Remarks

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

See Also

Reference

Microsoft.Office.Server.Search.Query Namespace