ParseConfig {
    FieldName: "VIDEOWIZ"
    FieldType: FT_SOURCE_FIRST_POS
}
ParseConfig {
    FieldName: "VIDEOWIZ"
    FieldType: FT_SOURCE_HIT_TOP
    Parameter: "10"
}
ParseConfig {
    FieldName: "video"
    FieldType: FT_VIDEO_VISIBLE_URLS
    Parameter: "10"
}
ParseConfig {
    FieldName: "video"
    FieldType: FT_VIDEO_URLS_SOURCES
    Parameter: "10"
}

ResultConfig {
    FeatureName: "VIDEOWIZ_FIRST_POS"
    FieldName:   "StrictDiff"
    Threshold:   0.05
}
ResultConfig {
    FeatureName: "VIDEOWIZ_HIT_TOP_10"
    FieldName:   "StrictDiff"
    Threshold:   0.02
}
ResultConfig {
    FeatureName: "VIDEO_URLS_TOP_10"
    FieldName:   "SoftStringDiff"
    Threshold:   0.4
}
ResultConfig {
    FeatureName: "VIDEO_SOURCES_TOP_10"
    FieldName:   "SoftStringDiff"
    Threshold:   0.2
}
