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 matcher-api element in the MatchingConfig section.
Specify the Java class for the matching adapter to use, using the fully qualified class name as shown below.
<matcher-api> <class-name>com.stc.eindex.matching.adapter.SbmeMatcherAdapter </class-name> </matcher-api> |
In the matcher-config element, specify the Java class for the configuration of the matching adapter, using the fully qualified class name as shown below.
<matcher-config>
<class-name>
com.stc.eindex.matching.adapter.SbmeMatcherAdapterConfig
</class-name>
</matcher-config>
|
Save and close the file.