queryIndependentFeature Element
Applies to: SharePoint Server 2010
Contains a static ranking parameter.
rankingModel Element [Ranking Model Schema]
queryIndependentFeatures Element [Ranking Model Schema]
queryIndependentFeature Element [Ranking Model Schema]
<queryIndependentFeature pid=”PID” name=”string” default=”defaultValue” weight=”weightValue ”> <transformRational k=”value” /> <transformInvRational k=”value” /> <transformLinear max=”maxValue” /></queryIndependentFeature>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
pid |
Managed property ID where ranking parameter value is retrieved from. Required. |
name |
Ranking parameter name. Optional. |
default |
The default value for the ranking parameter. Required. |
weight |
The weight value assigned to the ranking parameter. Required. |
Child Elements
Element |
Description |
---|---|
Specifies that the transform type for the corresponding feature is rational. |
|
Specifies that the transform type for the corresponding feature is inverse rational. |
|
Specifies that the transform type for the corresponding feature is linear. |
Parent Elements
Element |
Description |
---|---|
Contains the list of static ranking parameters. |
Element Information
Namespace |
https://schemas.microsoft.com/office/2009/rankingModel |
Schema Name |
Ranking Model Schema |