Partager via


ReorderingRuleMatchType simpleType (SPS15XSDSearchSet5)

S’applique à : SharePoint Server 2013

Informations sur le type

Informations Valeur
Type de base
xs:string
Namespace
http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query
Fichier de schéma
schema_Microsoft.Office.Server.Search.Query.xsd

Définition

<xs:simpleType name="ReorderingRuleMatchType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="ResultContainsKeyword" />
        <xs:enumeration value="TitleContainsKeyword" />
        <xs:enumeration value="TitleMatchesKeyword" />
        <xs:enumeration value="UrlStartsWith" />
        <xs:enumeration value="UrlExactlyMatches" />
        <xs:enumeration value="ContentTypeIs" />
        <xs:enumeration value="FileExtensionMatches" />
        <xs:enumeration value="ResultHasTag" />
        <xs:enumeration value="ManualCondition" />
    </xs:restriction>
</xs:simpleType>

Valeurs d’énumération

Valeur Description
ResultContainsKeyword
TitleContainsKeyword
TitleMatchesKeyword
UrlStartsWith
UrlExactlyMatches
ContentTypeIs
FileExtensionMatches
ResultHasTag
ManualCondition