Microsoft.Search.Response Schema for Windows SharePoint Services Search

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The Microsoft.Search.Response schema describes the response format returned by the Query web service for the Query web method.

Schema

<ResponsePacket>
   <Response>
      <QueryID />
      <Copyright />
      <OriginatorContext />
      <RequeryContext />
      <Range>
            <StartAt />
            <Count />
            <TotalAvailable />
            <Results />
      </Range>
      <Status />
      <DebugErrorMessage />
   </Response>
</ResponsePacket>

Elements

Name

ResponsePacket

Response

QueryID

Copyright

OriginatorContext

RequeryContext

Range

StartAt

Count

TotalAvailable

Results

Status

DebugErrorMessage

See Also

Reference

QueryService

Concepts

Windows SharePoint Services Query Web Service