RiTa
index
Name getCount()
Class RiGoogleSearch
Description Returns the number of hits via Google for the search query. To obtain an exact match, place your query in quotes, e.g.
   int k = gp.getCount("\"attained their momentum\"");
 
Syntax
getCount(query);
Parameters
query   The string to be searched for.
Returns int - The number of hits Google returned for the search query.
Usage Web & Application
Related