FindSimilar Element in Microsoft.Search.Query Schema

Applies to: SharePoint Server 2010

In this article
Attributes
Child Elements
Parent Elements
Element Information

The find similar features enable you to search for documents that are similar to already retrieved query results. The similarity evaluation is based on a statistical measure.

For more information about the Query Web service, see Using the Query Web Service.

<FindSimilar>
   <SimilarTo />
   <SimilarType />
   <SortSimilar />
</FindSimilar>

Attributes

None.

Child Elements

SimilarTo

SimilarType

SortSimilar

Parent Elements

Query Element in Microsoft.Search.Query Schema

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

Keyword Management (FAST Search Server 2010 for SharePoint)

Using the Query Web Service

Walkthrough: Querying SharePoint Search From a Client Application