regenerate docs after applying 5fc844b7c5

This commit is contained in:
spalger
2015-09-14 07:56:41 -04:00
parent ac56e8efab
commit 2c4df236c5
11 changed files with 22 additions and 2 deletions

View File

@ -1076,6 +1076,7 @@ client.search({
index: 'myindex',
// Set to 30 seconds because we are calling right back
scroll: '30s',
search_type: 'scan',
fields: ['title'],
q: 'title:test'
}, function getMoreUntilDone(error, response) {
@ -1097,6 +1098,7 @@ client.search({
---------
*Params*
[horizontal]