Table of Contents

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

name string

Name of the similarity

type string

Name of the similarity Type

Properties

Name

The name of the Similarity

public string Name { get; }

Property Value

string

Type

The name of Type of Similarity

public string Type { get; }

Property Value

string