Class SimilarityDefinition
- Namespace
- Examine
- Assembly
- Examine.Core.dll
Defines a Similarity for an Index
public class SimilarityDefinition
- Inheritance
-
SimilarityDefinition
- Inherited Members
Constructors
SimilarityDefinition(string, string)
Constructor
public SimilarityDefinition(string name, string type)
Parameters
Properties
Name
The name of the Similarity
public string Name { get; }
Property Value
Type
The name of Type of Similarity
public string Type { get; }