2.2.5.4 QueryHint
Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query
The QueryHint simple type is used to represent how the protocol server processes a search query.
-
<xs:simpleType name="QueryHint" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:list> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="None"/> <xs:enumeration value="OptimizeWithFullTextIndex"/> <xs:enumeration value="OptimizeWithPropertyStore"/> <xs:enumeration value="PropertySelectWithInClause"/> <xs:enumeration value="PropertySelectWithTempTable"/> <xs:enumeration value="UseSqlFirstJoinStrategy"/> <xs:enumeration value="AvoidSqlOuterJoins"/> </xs:restriction> </xs:simpleType> </xs:list> </xs:simpleType>
The following table specifies the allowable values for the QueryHint simple type.