SimilarType 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 the Query Web service, see Using the Query Web Service.
<SimilarType>
FindSimilar|RefineSimilar|ExcludeSimilar
</SimilarType>
Element Value
FindSimilar The similarity vectors are added to the query by using an OR operator.
RefineSimilar The query will match if the original query conditions and the similarity vector conditions are met.
ExcludeSimilar The query will match if the original query conditions are met, but not the similarity conditions.
Default: FindSimilar
For more information, see Type of Find Similar Query.
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
Walkthrough: Querying SharePoint Search From a Client Application