isIndexed 元素 (搜索连接器架构)
可选的 Boolean <isIndexed> 元素指定搜索连接器描述的位置是在本地还是远程使用 Windows Search 4 或更高版本) 编制索引 (。 本地文件夹的默认值为 true。 此元素没有子元素,也没有属性。
语法
<!-- isIndexed -->
<xs:complexType name="searchConnectorDescriptionType">
<xs:all>
...
<xs:element name="isIndexed" type="xsIboolean" minOccurs="0"/>
...
</xs:all>
<xs:attribute name="publisher" type="xs:string"/>
<xs:attribute name="product" type="xs:string"/>
</xs:complexType>
元素信息
父元素 | 子元素 |
---|---|
searchConnectorDescriptionType 元素 (搜索连接器架构) |
示例
<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.adventureworks.com/searchConnector">
...
<isIndexed>false</isIndexed>
...
</searchConnectionDescription>