I am reviewing an existing match rule that has
1. fuzzy operand on First name and Last name attributes and both the attributes are also configured under ignoreInToken. The MatchToken class and ComparatorToken class are com.reltio.match.token.DoubleMetaphoneMatchToken and com.reltio.match.comparator.DoubleMetaphoneComparator
2. exact operand to match on address attributes (address line1, city, state, zip, country), email and phone number
3. The fuzzy and exact operands are inside an and operator.
My question is about the rule's fuzzy operator and the ignoreInToken clause. In this rule configuration, what is the behaviour of the fuzzy operator given that both its operands are also configured under ignoreInToken ?
My understanding is that no tokens will be generated for First Name and Last Name attributes and hence the fuzzy operator will not do any fuzzy matching. Is this correct ?
------------------------------
Sumeet Vaidya
------------------------------