企业级搜索的 Microsoft.Search.Registration.Response 架构

Microsoft.Search.Registration.Response 架构描述了由 Registration Web 方法的查询 Web 服务返回的响应格式。

架构

<ProviderUpdate>
    <ResultStatus>
    <Providers>
        <Provider>
            <License />
            <Id />
            <ProviderName />
            <QueryPath />
            <AboutPath />
            <Type />
            <Revision />
            <Services>
                <Service>
                    <Id />
                    <ServiceName />
                    <Category />
                </Service>
            </Services>
        </Provider>
    </Providers>
</ProviderUpdate>

元素

名称

ProviderUpdate

ResultStatus

Providers

Provider

License

Id

ProviderName

QueryPath

AboutPath

Type

Revision

Services

Service

Id

ServiceName

Category

See Also

参考

QueryService

概念

查询 Web 服务概述