queryIndependentFeatures Element

Applies to: SharePoint Server 2010

Contains the list of static ranking parameters.

rankingModel Element [Ranking Model Schema]
  queryIndependentFeatures Element [Ranking Model Schema]

<queryIndependentFeatures>   <categoryFeature pid=”PID” default=”defaultValue” name=”string”>       <category value=”categoryValue” name=”string” weight=”weightValue” />    </categoryFeature>   <languageFeature pid=”PID” name=”string” default=”defaultValue” weight=”weightValue” />   <queryIndependentFeature pid=”PID” name=”string” default=”defaultValue”  weight=”weightValue ”>       <transformRational k=”value” />       <transformInvRational k=”value” />       <transformLinear max=”maxValue” />   </queryIndependentFeature></queryIndependentFeatures>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

Element

Description

categoryFeature Element [Ranking Model Schema]

Static ranking parameters with small enumerable integer values; for example, parameters like FileType.

languageFeature Element [Ranking Model Schema]

Static ranking parameter for query language matching.

queryIndependentFeature Element [Ranking Model Schema]

Static ranking parameter.

Parent Elements

Element

Description

rankingModel Element [Ranking Model Schema]

The top-level node of the ranking model schema.

Element Information

Namespace

https://schemas.microsoft.com/office/2009/rankingModel

Schema Name

Ranking Model Schema