Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Server 2013
Type information
| Information | Value |
|---|---|
| Base type |
xs:string |
| Namespace |
http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query |
| Schema file |
schema_Microsoft.Office.Server.Search.Query.xsd |
Definition
<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>
Enumeration values
| Value | Description |
|---|---|
| ResultContainsKeyword |
|
| TitleContainsKeyword |
|
| TitleMatchesKeyword |
|
| UrlStartsWith |
|
| UrlExactlyMatches |
|
| ContentTypeIs |
|
| FileExtensionMatches |
|
| ResultHasTag |
|
| ManualCondition |