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 | Location |
|---|---|
| Base type |
xs:string |
| Namespace |
http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query.Rules |
| Schema file |
schema_Microsoft.Office.Server.Search.Query.Rules.xsd |
Definition
<xs:simpleType name="BoundVariableOrigin">
<xs:restriction base="xs:string">
<xs:enumeration value="FullQuery" />
<xs:enumeration value="MatchedTerms" />
<xs:enumeration value="Remainder" />
<xs:enumeration value="CaptureGroup" />
</xs:restriction>
</xs:simpleType>
Enumeration values
| Value | Description |
|---|---|
| FullQuery |
1 |
| MatchedTerms |
2 |
| Remainder |
3 |
| CaptureGroup |
4 |