The Microsoft.Search.Query schema describes the request format accepted by the Query Web service for the Query and QueryEx web methods.
[XML]
<QueryPacket> <Query> <QueryId /> <SupportedFormats> <Format /> </SupportedFormats> <Context> <QueryText /> <OriginatorContext /> </Context> <Range> <StartAt /> <Count /> </Range> <Properties> <Property /> </Properties> <SortByProperties> <SortByProperty /> </SortByProperties> <EnableStemming /> <TrimDuplicates /> <IgnoreAllNoiseQuery /> <IncludeRelevantResults /> </Query> </QueryPacket>
QueryPacket
Query
QueryId
SupportedFormats
Format
Context
QueryText
OriginatorContext
Range
StartAt
Count
Properties
Property
SortByProperties
SortByProperty
EnableStemming
TrimDuplicates
IgnoreAllNoiseQuery
IncludeRelevantResults
ImplicitAndBehavior