Custom Netrics Query

The Custom Netrics is implemented on the Customer Repositroy model to understand the MatchCase, QueryLet, Grouping and Penalty scores features. Using the Customer Repository sample, you can integrate other repository models and design your Custom Netrics Query.

QueryLet: Execute the patterns query once and refer to the results in the other locations instead of executing the same patterns query in multiple occurrences.

Penalty Score: When there is no child record or data in the matching attributes, wrong score is computed. To avoid such case, penalty score is defined.

MatchCase: When there is a set of information that can be split into categories, the definiton produces a match strength score. Each Category is called as MatchCase.

For more details on QueryLet, refer to the section "Named Querylets" in the TIBCO Patterns - Programmer's Guide.