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
|
lang
Language
|
Restrict Tweets to the given language
type: string
default value: 'en '
enum: {
aa
ab
ae
af
ak
am
an
ar
as
av
ay
az
ba
be
bg
bh
bi
bm
bn
bo
br
bs
ca
ce
ch
co
cr
cs
cu
cv
cy
da
de
dv
dz
ee
el
en
eo
es
et
eu
fa
ff
fi
fj
fo
fr
fy
ga
gd
gl
gn
gu
gv
ha
he
hi
ho
hr
ht
hu
hy
hz
ia
id
ie
ig
ii
ik
in
io
is
it
iu
iw
ja
ji
jv
ka
kg
ki
kj
kk
kl
km
kn
ko
kr
ks
ku
kv
kw
ky
la
lb
lg
li
ln
lo
lt
lu
lv
mg
mh
mi
mk
ml
mn
mo
mr
ms
mt
my
na
nb
nd
ne
ng
nl
nn
no
nr
nv
ny
oc
oj
om
or
os
pa
pi
pl
ps
pt
qu
rm
rn
ro
ru
rw
sa
sc
sd
se
sg
si
sk
sl
sm
sn
so
sq
sr
ss
st
su
sv
sw
ta
te
tg
th
ti
tk
tl
tn
to
tr
ts
tt
tw
ty
ug
uk
ur
uz
ve
vi
vo
wa
wo
xh
yi
yo
za
zh
zu
}
|
max_docs
Max Documents
|
The maximum number of documents to pull down, as a long. -1 for no limit
type: integer
default value: '-1 '
|
queries
Queries
|
A list of queries to perform
type: array of string
|
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
|