isIndexed 요소(검색 커넥터 스키마)

선택적 Boolean <isIndexed> 요소는 검색 커넥터에서 설명하는 위치가 인덱싱되는지 여부를 지정합니다(로컬 또는 원격으로 Windows Search 4 이상을 사용). 기본값은 로컬 폴더의 경우 true입니다. 이 요소에는 자식 요소가 없고 특성이 없습니다.

Syntax

<!-- 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 요소(Search 커넥터 스키마)  

 

예제

<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.adventureworks.com/searchConnector">
    ...
    <isIndexed>false</isIndexed>
    ...
</searchConnectionDescription>