Microsoft.Search.Query Schema for Windows SharePoint Services Search

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

See Also

Tags :


Community Content

arabisoft
Missing Timeout element
Timeout for webservice query is hardcoded and it's 10 seconds. Please, add Timeout element to set query timeout. Some queries take more than 10 seconds and timeout exception is not what our customers expect...

arabisoft
Timeout Issues
Workaround: Turn off diagnostic logging or raise its criticality. I've witnessed Verbose logging write down excess of 1GB to the drive after just 2 search queries.
Tags :

Page view tracker