WebCenter Interaction API  
 

IPTSQueryRequest.setFieldsToReturn Method 

Specify fields to return along with each result. By default, no fields are guaranteed to be returned, so it is important to call this method before calling execute

This call overrides any previous calls to setFieldsToReturn, i.e. it replaces, instead of adding to, the set specified by a previous call.
void setFieldsToReturn(
   IPTSField[] fields
);

See Also

IPTSQueryRequest Interface | com.plumtree.server.search Namespace