Original Message:
Sent: 3/20/2026 6:39:00 AM
From: Rajarshi Acherjee
Subject: RE: Comparator class is not able to find matchs
Thanks Gino Fortunato. That worked. Thank you so much.
------------------------------
Raj
MDM Architect
Kolkata, West Bengal
India
------------------------------
Original Message:
Sent: 03-16-2026 10:41
From: Gino Fortunato
Subject: Comparator class is not able to find matchs
I believe you should be expressing the variance as a decimal, not with the percentage sign. So try .1 instead
------------------------------
Gino Fortunato
Principal Solution Engineer
Reltio
Original Message:
Sent: 03-11-2026 01:05
From: Rajarshi Acherjee
Subject: Comparator class is not able to find matchs
Hi Team,
We have an attribute configured as integer and there is a requirement to match based on the attribute value if there is 10% variance.
The Attribute Gross area has Data type as Integer and We tried to use RangeNumericComparator.
It seems it only works with threshold value as Number not as percentage.
"rule": { "matchTokenClasses": { "mapping": [ { "attribute": "configuration/entityTypes/Property/attributes/GrossArea", "parameters": [ { "parameter": "groups", "values": [ { "classParams": { "threshold": "10%" }, "className": "com.reltio.match.token.RangeNumericMatchToken" } ] } ], "class": "com.reltio.match.token.CustomMatchToken" } ] }, "comparatorClasses": { "mapping": [ { "attribute": "configuration/entityTypes/Property/attributes/GrossArea", "parameters": [ { "parameter": "groups", "values": [ { "classParams": { "threshold": "10%" }, "className": "com.reltio.match.comparator.RangeNumericComparator" } ] } ], "class": "com.reltio.match.comparator.CustomComparator" } ] }, "and": { "fuzzy": [ "configuration/entityTypes/Property/attributes/GrossArea" ] } }
Can someone please help me here?
------------------------------
Rajarshi Acherjee
LTIMindtree
Kolkata
------------------------------