-
Notifications
You must be signed in to change notification settings - Fork 221
Deprecated
Vincent Voyer edited this page Apr 14, 2015
·
18 revisions
To issue multiple queries, use:
client.search([{
indexName: 'first index',
query: 'something',
params: {
hitsPerPage: 200
}
}, {
indexName: 'first index',
query: 'something',
params: {
hitsPerPage: 200
}
}], callback);
To issue multiple queries, use:
client.search([{
indexName: 'first index',
query: 'something',
params: {
hitsPerPage: 200
}
}, {
indexName: 'first index',
query: 'something',
params: {
hitsPerPage: 200
}
}], callback);
To issue multiple queries, use:
client.search([{
indexName: 'first index',
query: 'something',
params: {
hitsPerPage: 200
}
}, {
indexName: 'first index',
query: 'something',
params: {
hitsPerPage: 200
}
}], callback);
You can now use:
client.addUserKey(acls, {
validity,
maxQueriesPerIPPerHour,
maxHitsPerQuery
}, callback)
You can now use:
index.addUserKey(acls, {
validity,
maxQueriesPerIPPerHour,
maxHitsPerQuery
}, callback)