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 |
---|
See Also
Reference
Concepts
Enterprise Search Query Web Service Overview
Building Enterprise Search Queries