|
|
|
|
|
SPS Query Service
The SPS Query Service Web service in Windows Server 2003 that provides a query interface for remote cients. Public ConstructorsThe following table shows the constructors of the SPS Query Service Web service and a brief description of each.
Public MethodsThe following table shows the methods of the SPS Query Service Web service and a brief description of each.
RemarksThe SPS Query Service is available on any Windows Server 2003 Web server. It accepts a request in the Microsoft.Search.Query XML format and returns a response in the Microsoft.Search.Response XML format. It supports queries either as a simple list of search terms or in the Microsoft SQL Syntax for Full-text Search. This Web service also supports a registration method that clients can use to contact and obtain the name of a portal site. The Microsoft.Search.Query.Office.Registration schema describes the format of the registration request. The Microsoft.Search.Response.Office.Registration schema describes the format of the registration response. Schema definitions shared between the query and response formats are defined in the Microsoft.Search.Types XSD. The schema definition for the default result, also called a document, is specified in the Microsoft.Search.Document XSD. ExampleThe following code example shows [TODO: example description] [C#]
RequirementsNamespace: Microsoft.SharePoint.Portal.Search.WebQueryService Platforms: Windows Server 2003 Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll) Web Reference: http://SharePoint_Portal_Server_Web_server_name/_vti_bin/search.asmx |
07/06/2003
|
|