企业级搜索的 Microsoft.Search.Query 架构

Microsoft.Search.Query 架构描述了 QueryQueryEx Web 方法的查询 Web 服务接受的请求格式。

架构

[XML]

<QueryPacket>
    <Query>
        <QueryId />
        <SupportedFormats>
            <Format />
         </SupportedFormats>
        <Context>
            <QueryText />
            <OriginatorContext />
        </Context>
        <Range>
            <StartAt />
            <Count />
        </Range>
        <Properties>
            <Property />
        </Properties>
        <SortByProperties>
            <SortByProperty />
        </SortByProperties>
        <EnableStemming />
        <TrimDuplicates />
        <IncludeSpecialTermResults />
        <IgnoreAllNoiseQuery />
        <IncludeRelevantResults />
        <IncludeHighConfidenceResults />
    </Query>
</QueryPacket>

元素

名称

QueryPacket

Query

QueryId

SupportedFormats

Format

Context

QueryText

OriginatorContext

Range

StartAt

Count

Properties

Property

SortByProperties

SortByProperty

EnableStemming

TrimDuplicates

IncludeSpecialTermResults

IgnoreAllNoiseQuery

IncludeRelevantResults

ImplicitAndBehavior

IncludeHighConfidenceResults

See Also

参考

QueryService

概念

企业级搜索查询 Web 服务概述

构建企业级搜索查询