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.
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
[DataContract]
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
[DataMember]
public int MinScoreIncrease { get; set; }
Property Value
Type | Description |
---|---|
int |
MinSearchVectorLengthSourceCharIndex
The MINHAVING setting for the source char-based fuzzy index.
Declaration
[DataMember]
public int MinSearchVectorLengthSourceCharIndex { get; set; }
Property Value
Type | Description |
---|---|
int |
MinSearchVectorLengthSourceWordIndex
The MINHAVING setting for the source word-based fuzzy index.
Declaration
[DataMember]
public int MinSearchVectorLengthSourceWordIndex { get; set; }
Property Value
Type | Description |
---|---|
int |
MinSearchVectorLengthTargetCharIndex
The MINHAVING setting for the target char-based fuzzy index.
Declaration
[DataMember]
public int MinSearchVectorLengthTargetCharIndex { get; set; }
Property Value
Type | Description |
---|---|
int |
MinSearchVectorLengthTargetWordIndex
The MINHAVING setting for the target word-based fuzzy index.
Declaration
[DataMember]
public int MinSearchVectorLengthTargetWordIndex { get; set; }
Property Value
Type | Description |
---|---|
int |