Aqualogic Interaction API  
 

IPTSearchResponse.GetQueryForGroup Method 

Returns an IPTSearchQuery that may be passed to IPTSearchRequest.FollowupSearch() (along with the original query/queries used to generate this IPTSearchResponse) to drill down into the indicated group. "Drilling down" means that all results from this followup search are members of the group.

IPTSearchQuery GetQueryForGroup(
   int nGroupIndex
);

Parameters

nGroupIndex
Desired group, from 0 to (GetNumGroups()-1).

Return Value

query to use to drilldown into the group

See Also

IPTSearchResponse Interface | com.plumtree.server Namespace