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", "name": "cosine-given-name",
"resourceType": "*", "resourceType": "*",
"resourcePath": "name.given", "resourcePath": "name.given",
"metric": "COSINE", "matcher": {
"matchThreshold": 0.8, "algorithm": "COLOGNE"
"exact": true }
}, },
{ {
"name": "jaro-last-name", "name": "jaro-last-name",
"resourceType": "*", "resourceType": "*",
"resourcePath": "name.family", "resourcePath": "name.family",
"metric": "JARO_WINKLER", "matcher": {
"matchThreshold": 0.8, "algorithm": "SOUNDEX"
"exact": true }
} }
], ],
"matchResultMap": { "matchResultMap": {