Enum FuzzyIndexes
Specifies the fuzzy index type.
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
[Flags]
public enum FuzzyIndexes
Fields
Name | Description |
---|---|
SourceCharacterBased | N-gram-based fuzzy index on the source segment. Enabling this index will reduce the import performance. |
SourceWordBased | Word-based fuzzy index on the source segment. All translation memories have this index by default. |
TargetCharacterBased | N-gram-based fuzzy index on the target segment. Enabling this index will reduce the import performance. |
TargetWordBased | Word-based fuzzy index on the targetsegment. Enabling this index will reduce the import performance. |