3.1.4.2.3.12 SearchRefinerType Complex Type

The SearchRefinerType complex type represents a set of refinement (filter) definitions that are to be applied to a query.

   <xs:complexType name="SearchRefinerType">
     <xs:sequence>
       <xs:element name="RefinerType" type="t:RefinerTypeType" minOccurs="1" maxOccurs="1"/>
       <xs:element name="Refiner" type="t:DynamicRefinerQueryType" minOccurs="1" maxOccurs="1"/>
     </xs:sequence>
   </xs:complexType>

The following table lists the child elements of the SearchRefinerType complex type.

Element name

Type

Description

RefinerType

t:RefinerTypeType (section 3.1.4.2.4.3)

Specifies the type of refiner represented by the Refiner element.

Refiner

t:DynamicRefinerQueryType (section 3.1.4.2.3.4)

Specifies the refinement.