Uses of Class
googlesearch.CompositeQuery

Packages that use CompositeQuery
googlesearch This package contains a Google Search API. 
 

Uses of CompositeQuery in googlesearch
 

Subclasses of CompositeQuery in googlesearch
 class AndQuery
          A query that will find all the words in two previously created queries.
 class DefinitionQuery
          Generate a query that will search for definitions of the phrase of a base query.
 class ExactQuery
          Transforms any query into one that searches for the exact phrase in the given query, rather than searching for the words individually.
 class NotQuery
          A query that specifies things that should not appear on the page.
 class OrQuery
          Represents a query that will find pages that contain the one word OR another (or both).
 class SiteQuery
          A decorator for querys to search a specific site like www.google.com.