Refiner Element in Microsoft.Search.Query Schema
Applies to: SharePoint Server 2010
In this article
Element Value
Attributes
Child Elements
Parent Elements
Element Information
For more information about query refinement, see Query Refinement (FAST Search Server 2010 for SharePoint).
For more information about the Query Web service, see Using the Query Web Service.
<Refiner>
refinerSpecification
</Refiner>
Element Value
The refinerSpecification is a format string that specifies the name of a refiner and optionally a set of refinement options for this refiner.
For more information about the syntax of the refiner specification, see Specifying Refiners.
Default: No refiners are returned with the query result if the Refiners element is not included.
Attributes
None.
Child Elements
None
Parent Elements
Element Information
Schema name: Microsoft.Search.Query
Applies to: QueryServiceQuery() method (Microsoft.Search.Response.Document), QueryServiceQueryEx() method (Dataset)
Optional: Yes
See Also
Reference
QueryService
Concepts
Query Refinement (FAST Search Server 2010 for SharePoint)
Walkthrough: Querying SharePoint Search From a Client Application