Deploying Find Matching Records match rules
In a deployment of i2 Analyze, you can deploy match rules on the server for all Analyst's Notebook Premium users to use in Find Matching Records. The match rules are provided to analysts when they connect to the server.
Before you begin
Ensure that i2 Analyze is started, and that you can connect to the deployment by using Analyst's Notebook Premium.
Also, to reload the server through the reload endpoint, ensure that you have a command-line tool such as postman or curl, and a user that has the i2:Administrator
command access control permission.
About this task
In your configuration development environment, use Analyst's Notebook Premium to create your match rules, which are saved to an XML file that you can move to the i2 Analyze server. (The match rules files that Analyst's Notebook Premium creates are compatible with both Find Matching Records and system matching, but you should configure the features separately.)
Alternatively, you can create the server rules by editing the match rules XML file manually. If you create the match rules this way, you must still complete the following steps that describe how to configure and deploy the file on the i2 Analyze server.
Procedure
The following method deploys your changes without stopping the server by using a POST request to a REST endpoint.
To redeploy your changes by using the deployment toolkit only, see Redeploying Liberty. You must deploy your changes by using the deployment toolkit if you are in a deployment with high availability or you are deploying in your production environment.
What to do next
Connect to the deployment again and test that your server rules are visible in the Find Matching Records feature. In Analyst's Notebook Premium, you must log out and log in again to see your changes.
If you continue to develop your server rules by using this process, the cached-fmr-match-rules.xml file in the Match Rules directory contains the rules that are currently deployed on the server. Every time that Analyst's Notebook Premium connects, the cached rules file is overwritten with the latest version from the server.
If you want to modify the server rules again without using Analyst's Notebook Premium, you can modify the file in an XML editor. Any changes that you make are validated when you start i2 Analyze. For more information about the structure of the match rules file, see Match rules syntax.