WebCenter Interaction API  
 

IPTSGroupInfo.getReturnedCountInGroup Method 

Returns the number of results in this group, within the subset that fell within the requested results range.

int getReturnedCountInGroup();

Return Value

Number of results in this group, within the subset that fell within the requested result range (see IPTSQueryRequest.setResultsCount). This number will always be less than or equal to IPTSQueryResponse.getReturnedCount().

See Also

IPTSGroupInfo Interface | com.plumtree.server.search Namespace