In the Projects window, expand the Configuration node in the project you want to modify, and then double-click the Match Field file.
The file opens in the NetBeans XML editor.
Scroll to the standardizer-api element in the MatchingConfig section.
Specify the Java class for the standardization adapter to use, using the fully qualified class name as shown below.
<standardizer-api>
<class-name>
com.stc.eindex.matching.adapter.MyStandardizerAdapter
</class-name>
</standardizer-api>
|
In the standardizer-config element, specify the Java class for the configuration of the standardization adapter, using the fully qualified class name as shown below.
<standardizer-config>
<class-name>
com.stc.eindex.matching.adapter.SbmeStandardizerAdapterConfig
</class-name>
</standardizer-config>
|
Save and close the file.