WebCenter Interaction API  
 

IPTSWeightedFieldList.addField Method 

Add a field to this list.

void addField(
   IPTSField field,
   float weight
);

Parameters

field
field to add to the list.
weight
weight of the field, relative to others in the list; must be positive. If all fields should have the same weight, use 1.0f for all weights.

See Also

IPTSWeightedFieldList Interface | com.plumtree.server.search Namespace