A B C D E G I K L M N O P Q R S T V

S

SampleMain - Class in googlesearch
 
SampleMain() - Constructor for class googlesearch.SampleMain
 
search() - Method in class googlesearch.Query
Search for the highest ranked results.
search(int) - Method in class googlesearch.Query
Return up to ten search result pages starting with the index (ranking) you specify.
SearchResult - Class in googlesearch
Represents the result of doing a Google search.
SearchResult(GoogleSearchResult) - Constructor for class googlesearch.SearchResult
Create a SearchResult object containg a set of result pages and information about the search.
SearchResultPage - Class in googlesearch
Represents one of many pages returned by a Google search.
SearchResultPage(GoogleSearchResultElement) - Constructor for class googlesearch.SearchResultPage
Create an object representing a single result page from a search.
setQueryKey(String) - Static method in class googlesearch.Query
Set the Google search key.
SimpleQuery - Class in googlesearch
Encapsulates Google search queries as objects.
SimpleQuery(String) - Constructor for class googlesearch.SimpleQuery
Create a google query with a given search string, usually just a single word.
SimpleQueryTest - Class in googlesearch
A simple JUnit test for the SimpleQuery class.
SimpleQueryTest() - Constructor for class googlesearch.SimpleQueryTest
 
SiteQuery - Class in googlesearch
A decorator for querys to search a specific site like www.google.com.
SiteQuery(Query, String) - Constructor for class googlesearch.SiteQuery
Create a query that applies a site search to a given query
SiteQueryTest - Class in googlesearch
A simple JUnit test for the SiteQuery class.
SiteQueryTest() - Constructor for class googlesearch.SiteQueryTest
 
stripQuotes(String) - Static method in class googlesearch.ExactQuery
Strip the delimiting quotes off a string.
suggestSpelling(String) - Static method in class googlesearch.Query
Ask the Google servers to suggest spellings for a possible search "trial".
suite() - Static method in class googlesearch.AllTestSuite
 
suite() - Static method in class googlesearch.AndQueryTest
 
suite() - Static method in class googlesearch.DefinitionQueryTest
 
suite() - Static method in class googlesearch.ExactQueryTest
 
suite() - Static method in class googlesearch.NotQueryTest
 
suite() - Static method in class googlesearch.OrQueryTest
 
suite() - Static method in class googlesearch.SimpleQueryTest
 
suite() - Static method in class googlesearch.SiteQueryTest
 

A B C D E G I K L M N O P Q R S T V