編輯

共用方式為


ReorderingRule complexType (SPS15XSDSearchSet5)

Applies to: SharePoint Server 2013

Type information

Information Value
Namespace
http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query
Schema file
schema_Microsoft.Office.Server.Search.Query.xsd
Extension base
None

Definition

<xs:complexType name="ReorderingRule">
    <xs:sequence>
        <xs:element name="Boost" type="xs:int" minOccurs="0"></xs:element>
        <xs:element name="MatchType" type="tns:ReorderingRuleMatchType" minOccurs="0"></xs:element>
        <xs:element name="MatchValue" type="xs:string" minOccurs="0"></xs:element>
    </xs:sequence>
</xs:complexType>

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Child elements

Element Type Description
Boost
xs:int
MatchType
tns:ReorderingRuleMatchType
MatchValue
xs:string

Attributes

None.