WebCenter Interaction API  
 

IPTSQueryRequest.setReturnMatchingExcerpts Method 

Set whether to return excerpts from fields that matched the query. If this method is called with argument false, then IPTSResult.getFieldExcerpts will return no value, nor will field IPTSPlumtreeCollection.Excerpt. In some cases, this shortens search server query processing time.

Default is true, and usually does not need to be changed.
void setReturnMatchingExcerpts(
   bool returnMatchingExcerpts
);

Parameters

returnMatchingExcerpts
whether to return excerpts from fields that matched the query.

See Also

IPTSQueryRequest Interface | com.plumtree.server.search Namespace