Microsoft.Search.Query Schema for Windows SharePoint Services Search
Windows SharePoint Services 3
The Microsoft.Search.Query schema describes the request format accepted by the Query Web service for the Query and QueryEx web methods.
Schema
[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>