QueryText Element in Microsoft.Search.Query Schema for Enterprise Search
Contains the search query issued to the Web service. Applies to the Enterprise Search Query Web service. For more information, see Enterprise Search Query Web Service Overview.
<QueryText language=xml:lang type={STRING|MSSQLFT}>
searchQuery
</QueryText>
Attributes
Attribute | Description |
---|---|
type |
Identifies the query type (see type Attribute below) |
language |
Identifies the language of the keyword search. Value type is xml:lang. If specified, this is interpreted by Enterprise Search as the query locale. If not specified, the default value is the language of the site. |
type Attribute
Value | Description |
---|---|
STRING |
Indicates type of query is keyword query. |
MSSQLFT |
Indicates type of query is Microsoft SQL Full Text Syntax query. |
Child Elements
None. |
Parent Elements
Context Element in Microsoft.Search.Query Schema for Enterprise Search |
Remarks
Schema name: Microsoft.Search.Query
Applies to: Query Web method (Microsoft.Search.Response.Document); QueryEx Web method (System.Data.Dataset)
Optional: No
See Also
Concepts
Microsoft.Search.Query Schema for Enterprise Search
Enterprise Search Query Web Service Overview