Skip to content

Commit

Permalink
One more test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagnew committed Nov 18, 2020
1 parent 8850e64 commit 2181238
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/empi-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 2181238

Please sign in to comment.