Expand Minimize
This topic has not yet been rated - Rate this topic

Query.Hint property

Gets or sets the suggested query processor behavior for the query.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
public QueryHint Hint { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Query.QueryHint
A value from the QueryHint enumeration.

Setting this value to OptimizeWithPropertyStore is typically most useful when using FullTextSqlQuery. In this case it is sometimes faster to use the Microsoft SQL Server database before the search index.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.