Microsoft.Search.Query Schema for Enterprise Search

The Microsoft.Search.Query schema describes the request format accepted by the Query web service for the Query and QueryEx web methods.

Schema

<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>

Elements

Name

QueryPacket

Query

QueryId

SupportedFormats

Format

Context

QueryText

OriginatorContext

Range

StartAt

Count

Properties

Property

SortByProperties

SortByProperty

EnableStemming

TrimDuplicates

IncludeSpecialTermResults

IgnoreAllNoiseQuery

IncludeRelevantResults

ImplicitAndBehavior

IncludeHighConfidenceResults

See Also

Reference

QueryService

Concepts

Enterprise Search Query Web Service Overview
Building Enterprise Search Queries