Aqualogic Interaction API  
 

IPTSQueryResponse.getTotalCount Method 

Returns the total number of items in the search server that matched the query; not all were necessarily returned. (If the results page says "Results 11-20 of 43", this method returns 43.)

int getTotalCount();

Return Value

total number of items in the search server that matched the query; not all were necessarily returned

See Also

IPTSQueryResponse Interface | com.plumtree.server.search Namespace