Retourner une explication de rapprochement sur les enregistrements d'entrée
Retourne une explication détaillée sur le rapprochement et le regroupement des enregistrements d'entrée d'une entité étant liée à une règle de rapprochement. Les enregistrements de données sont fournis dans le contenu de requête sous forme de fragments XML.
Requête |
|
Paramètres |
|
En-têtes |
|
Réponse | Réponse JSON donnant une explication détaillée sur le rapprochement et le regroupement des enregistrements d'entrée d'une entité spécifiée étant liée à une règle de rapprochement. |
Statut |
|
Exemple de requête
<Store>
<Id>200001</Id>
<Address>Beijing Book Building (17 Xichang'an Jie)</Address>
<Lat>116.383681</Lat>
<Long>39.913855</Long>
</Store>
<Store>
<Id>200002</Id>
<Address>Beijing book building</Address>
<Lat>116.383680</Lat>
<Long>39.913856</Long>
</Store>
Exemple de réponse
{
"groups": [
{
"group": [
{
"result": [
{
"id": "4244168a-acd7-42a0-91b7-873422c4982b"
},
{
"confidence": 0.9157568693161011
},
{
"minimum_confidences": [
{
"minimum_confidence": 0.85
}
]
},
{
"match_confidences": [
{
"match_confidence": 0.9
}
]
},
{
"related_ids": [
"200002",
"200001"
]
},
{
"values": [
{
"value": [
{
"field": "Store/Id"
},
{
"value": "200001"
}
]
},
{
"value": [
{
"field": "Store/Address"
},
{
"value": "Beijing Book Building (17 Xichang'an Jie)"
}
]
},
{
"value": [
{
"field": "Store/Lat"
},
{
"value": "116.383681"
}
]
},
{
"value": [
{
"field": "Store/Long"
},
{
"value": "39.913856"
}
]
},
{
"value": [
{
"field": "Store/Map"
},
{
"value": ""
}
]
}
]
}
]
},
{
"details": [
{
"detail": [
{
"id": "200002"
},
{
"match": [
{
"is_match": true
},
{
"score": 0.9157568693161011
},
{
"field_scores": [
{
"field_score": [
{
"pair_id": "200001"
},
{
"field": "Store/Id"
},
{
"fieldValue": "200002"
},
{
"value": 1
},
{
"algorithm": "Placeholder"
},
{
"threshold": 0
}
]
},
{
"field_score": [
{
"pair_id": "200001"
},
{
"field": "Store/Address"
},
{
"fieldValue": "Beijing book building"
},
{
"value": 0.9157568693161011
},
{
"algorithm": "Jaro-Winkler"
},
{
"threshold": 0.9
}
]
},
{
"field_score": [
{
"pair_id": "200001"
},
{
"field": "Store/Lat"
},
{
"fieldValue": "116.38368"
},
{
"value": 1
},
{
"algorithm": "Placeholder"
},
{
"threshold": 0
}
]
},
{
"field_score": [
{
"pair_id": "200001"
},
{
"field": "Store/Long"
},
{
"fieldValue": "39.913856"
},
{
"value": 1
},
{
"algorithm": "Placeholder"
},
{
"threshold": 0
}
]
},
{
"field_score": [
{
"pair_id": "200001"
},
{
"field": "Store/Map"
},
{
"fieldValue": ""
},
{
"value": 1
},
{
"algorithm": "Placeholder"
},
{
"threshold": 0
}
]
}
]
}
]
},
{
"values": [
{
"value": [
{
"field": "Store/Long"
},
{
"value": "39.913856"
}
]
},
{
"value": [
{
"field": "Store/Map"
},
{
"value": ""
}
]
},
{
"value": [
{
"field": "Store/Address"
},
{
"value": "Beijing book building"
}
]
},
{
"value": [
{
"field": "Store/Id"
},
{
"value": "200002"
}
]
},
{
"value": [
{
"field": "Store/Lat"
},
{
"value": "116.38368"
}
]
}
]
}
]
},
{
"detail": [
{
"id": "200001"
},
{
"match": [
{
"is_match": true
},
{
"score": 0.9157568693161011
},
{
"field_scores": [
{
"field_score": [
{
"pair_id": "200002"
},
{
"field": "Store/Id"
},
{
"fieldValue": "200002"
},
{
"value": 1
},
{
"algorithm": "Placeholder"
},
{
"threshold": 0
}
]
},
{
"field_score": [
{
"pair_id": "200002"
},
{
"field": "Store/Address"
},
{
"fieldValue": "Beijing book building"
},
{
"value": 0.9157568693161011
},
{
"algorithm": "Jaro-Winkler"
},
{
"threshold": 0.9
}
]
},
{
"field_score": [
{
"pair_id": "200002"
},
{
"field": "Store/Lat"
},
{
"fieldValue": "116.38368"
},
{
"value": 1
},
{
"algorithm": "Placeholder"
},
{
"threshold": 0
}
]
},
{
"field_score": [
{
"pair_id": "200002"
},
{
"field": "Store/Long"
},
{
"fieldValue": "39.913856"
},
{
"value": 1
},
{
"algorithm": "Placeholder"
},
{
"threshold": 0
}
]
},
{
"field_score": [
{
"pair_id": "200002"
},
{
"field": "Store/Map"
},
{
"fieldValue": ""
},
{
"value": 1
},
{
"algorithm": "Placeholder"
},
{
"threshold": 0
}
]
}
]
}
]
},
{
"values": [
{
"value": [
{
"field": "Store/Long"
},
{
"value": "39.913855"
}
]
},
{
"value": [
{
"field": "Store/Map"
},
{
"value": ""
}
]
},
{
"value": [
{
"field": "Store/Address"
},
{
"value": "Beijing Book Building (17 Xichang'an Jie)"
}
]
},
{
"value": [
{
"field": "Store/Id"
},
{
"value": "200001"
}
]
},
{
"value": [
{
"field": "Store/Lat"
},
{
"value": "116.383681"
}
]
}
]
}
]
}
]
}
]
}
]
}