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 default-parameters element in the WeightedCalculator element.
Create new a new parameter element within the default-parameters element, but outside any existing parameter elements.
In the new parameter element, define the elements listed in Master Index Weighted Calculator Parameter Elements (Repository).
For example:
<default-parameters>
<parameter>
<quality>SourceSystem</quality>
<preference>CDA</preference>
<utility>80.0</utility>
</parameter>
<parameter>
<quality>MostRecentModified</quality>
<utility>75.0</utility>
</parameter>
</default-parameters>
|
Save and close the file.