Skip to content

Commit 2181238

Browse files
committed
One more test fix
1 parent 8850e64 commit 2181238

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/resources/empi-rules.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626
"name": "cosine-given-name",
2727
"resourceType": "*",
2828
"resourcePath": "name.given",
29-
"metric": "COSINE",
30-
"matchThreshold": 0.8,
31-
"exact": true
29+
"matcher": {
30+
"algorithm": "COLOGNE"
31+
}
3232
},
3333
{
3434
"name": "jaro-last-name",
3535
"resourceType": "*",
3636
"resourcePath": "name.family",
37-
"metric": "JARO_WINKLER",
38-
"matchThreshold": 0.8,
39-
"exact": true
37+
"matcher": {
38+
"algorithm": "SOUNDEX"
39+
}
4040
}
4141
],
4242
"matchResultMap": {

0 commit comments

Comments
 (0)