Aqualogic Interaction API  
 

IPTSAdmin.getCardCount Method 

Runs a special-purpose search query that returns the number of cards (documents) indexed.

int getCardCount(
   bool bFulltextOnly
);

Parameters

bFulltextOnly
if true, count only cards with their full text indexed.

Return Value

the number of cards

See Also

IPTSAdmin Interface | com.plumtree.server.search.admin Namespace