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.
Type information
| Information | Location |
|---|---|
| Namespace | http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Portability |
| Schema file | schema_Microsoft.Office.Server.Search.Portability.xsd |
| Extension base | None |
Definition
<xs:complexType name="SearchQueryConfigurationSettings">
<xs:sequence>
<xs:element name="BestBets" type="q1:ArrayOfBestBet" minOccurs="0"></xs:element>
<xs:element name="DefaultSourceId" type="ser:guid" minOccurs="0"></xs:element>
<xs:element name="DefaultSourceIdSet" type="xs:boolean" minOccurs="0"></xs:element>
<xs:element name="DeployToParent" type="xs:boolean" minOccurs="0"></xs:element>
<xs:element name="DisableInheritanceOnImport" type="xs:boolean" minOccurs="0"></xs:element>
<xs:element name="QueryRuleGroups" type="q2:ArrayOfQueryRuleGroup" minOccurs="0"></xs:element>
<xs:element name="QueryRules" type="q3:ArrayOfQueryRule" minOccurs="0"></xs:element>
<xs:element name="ResultTypes" type="q4:ArrayOfResultItemType" minOccurs="0"></xs:element>
<xs:element name="Sources" type="q5:ArrayOfSource" minOccurs="0"></xs:element>
<xs:element name="UserSegments" type="q6:ArrayOfUserSegment" 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 |
|---|---|---|
| BestBets |
q1:ArrayOfBestBet |
|
| DefaultSourceId |
ser:guid |
|
| DefaultSourceIdSet |
xs:boolean |
|
| DeployToParent |
xs:boolean |
|
| DisableInheritanceOnImport |
xs:boolean |
|
| QueryRuleGroups |
q2:ArrayOfQueryRuleGroup |
|
| QueryRules |
q3:ArrayOfQueryRule |
|
| ResultTypes |
q4:ArrayOfResultItemType |
|
| Sources |
q5:ArrayOfSource |
|
| UserSegments |
q6:ArrayOfUserSegment |
Attributes
None.