Understanding the Master Index Match Engine

validateComparatorsParameters

Description

The ParametersValidator class contains one method, validateComparatorsParameters, that allows you to validate parameter types, ranges, and other properties. For logging purposes, you can use net.java.hulp.i18n, which is used within matcher.jar, or you can use your own logger.

Syntax

void validateComparatorsParameters(Map<String, Object> params)

Parameters

Parameter 

Type 

Description 

params 

Map 

A list of parameters to validate. 

Return Value

None.

Throws

MatcherException