Microsoft.Search.Response Schema

Applies to: SharePoint Server 2010

You can use the Query method to execute a query and return search results.

Schema

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

Elements

ResponsePacket

Response

QueryID

Range

StartAt

Count

TotalAvailable

Results

Status

DebugErrorMessage

See Also

Reference

QueryService

Concepts

Using the Query Web Service

Walkthrough: Querying SharePoint Search From a Client Application

Microsoft.Search.Query Schema