SimilarType Enumeration
SharePoint 2010
Applies to: Microsoft FAST Search Server 2010 for SharePoint
A flag that specifies the type of similar documents to find in a Find Similar query. For details, see Find Similar (FAST Search Server 2010 for SharePoint).Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
| Member name | Description | |
|---|---|---|
| None | No Find Similar query performed. | |
| Find | The similarity vectors are added to the query using an OR operator. | |
| Refine | The query will match if the original query conditions and the similarity vector conditions are met. | |
| Exclude | The query will match if the original query conditions are met, but not the similarity conditions. |