SET Statement in SharePoint Search SQL Syntax
SharePoint 2010
Last modified: April 21, 2010
Applies to: SharePoint Server 2010
Used to specify certain options for the query. The options that you can specify using the SET statement are PROPERTYNAME and RANKMETHOD.
You can specify the rank method for queries with the ISABOUT term, using the following syntax:
SET RANKMETHOD <rankmethod>
Note
|
|---|
|
The RANKMETHOD methods that can be specified using the SET statement are JACCARD COEFFICIENT, DICE COEFFICIENT, and INNER PRODUCT. For more information about these methods, see RANKMETHOD Term in SharePoint Search SQL Syntax. |
Show:
Note