One more test fix

This commit is contained in:
jamesagnew
2020-11-18 07:38:22 -05:00
parent 8850e645ce
commit 2181238eba

View File

@@ -26,17 +26,17 @@
"name": "cosine-given-name",
"resourceType": "*",
"resourcePath": "name.given",
"metric": "COSINE",
"matchThreshold": 0.8,
"exact": true
"matcher": {
"algorithm": "COLOGNE"
}
},
{
"name": "jaro-last-name",
"resourceType": "*",
"resourcePath": "name.family",
"metric": "JARO_WINKLER",
"matchThreshold": 0.8,
"exact": true
"matcher": {
"algorithm": "SOUNDEX"
}
}
],
"matchResultMap": {