ParseConfig {
    FieldName: "WIZIMAGES"
    FieldType: FT_SOURCE_FIRST_POS
}
ParseConfig {
    FieldName: "WIZIMAGES"
    FieldType: FT_SOURCE_HIT_TOP
    Parameter: "10"
}
ParseConfig {
    FieldName: "images"
    FieldType: FT_IMAGES_VISIBLE_URLS
    Parameter: "10"
}
ParseConfig {
    FieldName: "images"
    FieldType: FT_IMAGES_URLS_SOURCES
    Parameter: "10"
}

ResultConfig {
    FeatureName: "WIZIMAGES_FIRST_POS"
    FieldName:   "StrictDiff"
    Threshold:   0.1
}
ResultConfig {
    FeatureName: "WIZIMAGES_HIT_TOP_10"
    FieldName:   "StrictDiff"
    Threshold:   0.02
}
ResultConfig {
    FeatureName: "IMAGES_URLS_TOP_10"
    FieldName:   "SoftStringDiff"
    Threshold:   0.1
}
ResultConfig {
    FeatureName: "IMAGES_SOURCES_TOP_10"
    FieldName:   "SoftStringDiff"
    Threshold:   0.05
}
