Interface MatchingConfig.Builder

  • Method Details

    • enableTransitiveMatching

      MatchingConfig.Builder enableTransitiveMatching(Boolean enableTransitiveMatching)

      Enables transitive matching for the rule-based matching workflow. When enabled, records that match through different rules are grouped together into the same match group.

      Parameters:
      enableTransitiveMatching - Enables transitive matching for the rule-based matching workflow. When enabled, records that match through different rules are grouped together into the same match group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.