access_token
Access Token
required
|
The OAuth Access Token is provided by Twitter when registering the application.
type: string
minLength: 1
|
collection
Collection
|
Collection documents will be indexed to.
type: string
pattern: ^[a-zA-Z0-9_-]+$
|
commit_on_finish
Solr commit on finish
|
Set to true for a request to be sent to Solr after the last batch has been fetched to commit the documents to the index.
type: boolean
default value: 'true '
|
consumer_key
Consumer Key
required
|
The OAuth Consumer Key is provided by Twitter when registering the application.
type: string
minLength: 1
|
consumer_secret
Consumer Secret
required
|
The OAuth Consumer Secret is provided by Twitter when registering the application.
type: string
minLength: 1
|
filter_follow
Filter Follow
|
Set of users (user ids) to track
type: array of string
|
filter_locations
Filter Locations
|
Set of bounding boxes (e.g. 'left,bottom,right,top' lat/long coordinates)
type: array of string
|
filter_track
Filter Track
|
Keywords or phrases to track
type: array of string
|
max_docs
Max Documents
|
The maximum number of documents to pull down, as a long. -1 for no limit
type: integer
default value: '-1 '
|
sleep
Sleep
|
The amount of time, in milliseconds, to sleep when listening so as to not get throttled
type: integer
default value: '10000 '
|
token_secret
Token Secret
required
|
The OAuth Token Secret is provided by Twitter when registering the application.
type: string
minLength: 1
|
url
URL
|
The URL used by the Twitter Stream
type: string
default value: 'https://stream.twitter.com '
|