Click to Rate and Give Feedback
Community Content
In this section
Statistics Annotations (0)
This page is specific to
The 2007 product release

Other versions are also available for the following:
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 What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Missing Timeout element      Smartin75 ... arabisoft   |   Edit   |   Show History
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...
Flag as ContentBug
Timeout Issues      arabisoft   |   Edit   |   Show History
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 What's this?: Add a tag
Flag as ContentBug
Processing
© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker