WebCenter Interaction API  
 

IPTSearchResponse.GetResultSize Method 

Returns the size of the result in bytes, or a negative value if unknown.

int GetResultSize(
   int nRank
);

Parameters

nRank
Ungrouped result rank, in the range 0 to (GetReturnedResults()-1).

Return Value

result size, or a negative value if unknown

See Also

IPTSearchResponse Interface | com.plumtree.server Namespace