QueryHint Enumeration
SharePoint 2007
Possible values for Hint.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Assembly: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
| 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. |