Skip to main content

Module matching

Module matching 

Source
Expand description

Matching function operations for Senzing configuration

This module provides functions for managing matching functions in CFG_RTYPE in the Senzing configuration JSON.

Note: These are placeholder functions that will be implemented when the CLI command implementations are completed.

Functionsยง

add_matching_function
Add a new matching function (placeholder)
delete_matching_function
Delete a matching function (placeholder)
get_matching_function
Get a matching function (placeholder)
list_matching_functions
List all matching functions (placeholder)
remove_matching_function
Remove a matching function (placeholder)
set_matching_function
Set (update) a matching function (placeholder)