SimilarType Enumeration
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).
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Enumeration SimilarType
'Usage
Dim instance As SimilarType
public enum SimilarType
Members
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. |