twitter4j.api
Interface SearchMethods

All Known Subinterfaces:
Twitter
All Known Implementing Classes:
TwitterImpl

public interface SearchMethods

Author:
Joern Huxhorn - jhuxhorn at googlemail.com

Method Summary
 QueryResult search(Query query)
          Returns tweets that match a specified query.
 

Method Detail

search

QueryResult search(Query query)
                   throws TwitterException
Returns tweets that match a specified query.
This method calls http://search.twitter.com/search.json

Parameters:
query - - the search condition
Returns:
the result
Throws:
TwitterException - when Twitter service or network is unavailable
Since:
Twitter4J 1.1.7
See Also:
GET search | dev.twitter.com, Twitter API / Search Operators