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

@ -1553,9 +1553,9 @@ var allTitles = [];
// first we do a search, and specify a scroll timeout
client.search({
index: 'myindex',
search_type: 'scan',
// Set to 30 seconds because we are calling right back
scroll: '30s',
search_type: 'scan',
fields: ['title'],
q: 'title:test'
}, function getMoreUntilDone(error, response) {
@ -1577,6 +1577,7 @@ client.search({
---------
*Params*
[horizontal]