In the Projects window, expand the Configuration node in the project you want to modify, and then double-click the Best Record file.
The file opens in the NetBeans XML editor.
Scroll to the candidate-definitions element in the SurvivorHelperConfig element.
Delete all text between and including the appropriate candidate-field element.
Using the example below, to delete the Religion field, delete the boldface text; to delete the Alias object, delete the plain text.
<candidate-field name="Person.Religion"/>
<candidate-field name="Person.Alias[*].*"/>
<system-fields>
<field-name>LastModified</field-name>
</system-fields>
<survivor-strategy>
<strategy-class>com.stc.eindex.user.MyStrategy
</strategy-class>
</survivor-strategy>
</candidate-field>
|
Do not delete all candidate fields; at a minimum, the match fields must be defined.
Save and close the file.