Class FuzzyIndexTuningSettings
Settings which affect the performance of the fuzzy index. A specific storage implementation may, but does not have to, honor any tuning settings.
Inheritance
System.Object
FuzzyIndexTuningSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public class FuzzyIndexTuningSettings
Constructors
FuzzyIndexTuningSettings()
Declaration
public FuzzyIndexTuningSettings()
Properties
MinScoreIncrease
The ADDTOMINSCORE setting for the fuzzy index. It affects all fuzzy indices of the TM.
Declaration
public int MinScoreIncrease { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MinSearchVectorLengthSourceCharIndex
The MINHAVING setting for the source char-based fuzzy index.
Declaration
public int MinSearchVectorLengthSourceCharIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MinSearchVectorLengthSourceWordIndex
The MINHAVING setting for the source word-based fuzzy index.
Declaration
public int MinSearchVectorLengthSourceWordIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MinSearchVectorLengthTargetCharIndex
The MINHAVING setting for the target char-based fuzzy index.
Declaration
public int MinSearchVectorLengthTargetCharIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MinSearchVectorLengthTargetWordIndex
The MINHAVING setting for the target word-based fuzzy index.
Declaration
public int MinSearchVectorLengthTargetWordIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |