Search Results for

    Show / Hide Table of Contents

    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
    object
    FuzzyIndexTuningSettings
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    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
    In this article
    • Constructors
      • FuzzyIndexTuningSettings()
    • Properties
      • MinScoreIncrease
      • MinSearchVectorLengthSourceCharIndex
      • MinSearchVectorLengthSourceWordIndex
      • MinSearchVectorLengthTargetCharIndex
      • MinSearchVectorLengthTargetWordIndex
    Back to top Generated by DocFX