Microsoft.Search.Query 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.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>

Elements

Name

QueryPacket

Query

QueryId

SupportedFormats

Format

Context

QueryText

OriginatorContext

Range

StartAt

Count

Properties

Property

SortByProperties

SortByProperty

EnableStemming

TrimDuplicates

IgnoreAllNoiseQuery

IncludeRelevantResults

ImplicitAndBehavior

See Also

Reference

QueryService

Concepts

Windows SharePoint Services Query Web Service