Aqualogic Interaction API  
 

IPTSGroupInfo.getResultsInGroup Method 

Returns an enumeration of search results within this group.

IXPEnumerator getResultsInGroup();

Return Value

An enumeration of the results in this group (actually, the subset that fell within the requested result range). Elements are of type IPTSResult. Call getRank() on each result to find its *overall* (ungrouped) relevance rank.

See Also

IPTSGroupInfo Interface | com.plumtree.server.search Namespace