ParseConfig {
    FieldName: "extra"
    FieldType: FT_VIDEO_EXTRA_SOURCES
    Parameter: "20"
}
ParseConfig {
    FieldName: "video"
    FieldType: FT_VIDEO_URLS_SOURCES
    Parameter: "20"
}
ParseConfig {
    FieldName: "video"
    FieldType: FT_VIDEO_CLIPS_URLS
    Parameter: "20"
}
ParseConfig {
    FieldName: "video"
    FieldType: FT_VIDEO_ENTITY_BADGE
}
ParseConfig {
    FieldName: "video"
    FieldType: FT_VIDEO_SERIES_NAVIGATOR
}

ResultConfig {
    FeatureName: "EXTRA_SOURCES_TOP_20"
    FieldName:   "SoftStringDiff"
    Threshold:   0.02
}
ResultConfig {
    FeatureName: "VIDEO_SOURCES_TOP_20"
    FieldName:   "StringDiff"
    Threshold:   0.05
}
ResultConfig {
    FeatureName: "VIDEO_URLS_TOP_20"
    FieldName:   "StringDiff"
    Threshold:   0.1
}
ResultConfig {
    FeatureName: "VIDEO_ENTITY_BADGE"
    FieldName:   "StrictDiff"
    Threshold:   0.01
}
ResultConfig {
    FeatureName: "VIDEO_SERIES_NAVIGATOR"
    FieldName:   "StrictDiff"
    Threshold:   0.005
}
