regenerate docs after applying 5fc844b7c5
This commit is contained in:
@ -8,6 +8,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) {
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -1251,6 +1251,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) {
|
||||
@ -1272,6 +1273,7 @@ client.search({
|
||||
---------
|
||||
|
||||
|
||||
|
||||
*Params*
|
||||
|
||||
[horizontal]
|
||||
|
||||
@ -1265,6 +1265,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) {
|
||||
@ -1286,6 +1287,7 @@ client.search({
|
||||
---------
|
||||
|
||||
|
||||
|
||||
*Params*
|
||||
|
||||
[horizontal]
|
||||
|
||||
@ -1265,6 +1265,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) {
|
||||
@ -1286,6 +1287,7 @@ client.search({
|
||||
---------
|
||||
|
||||
|
||||
|
||||
*Params*
|
||||
|
||||
[horizontal]
|
||||
|
||||
@ -1409,6 +1409,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) {
|
||||
@ -1430,6 +1431,7 @@ client.search({
|
||||
---------
|
||||
|
||||
|
||||
|
||||
*Params*
|
||||
|
||||
[horizontal]
|
||||
|
||||
@ -1510,6 +1510,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) {
|
||||
@ -1531,6 +1532,7 @@ client.search({
|
||||
---------
|
||||
|
||||
|
||||
|
||||
*Params*
|
||||
|
||||
[horizontal]
|
||||
|
||||
@ -1514,6 +1514,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) {
|
||||
@ -1535,6 +1536,7 @@ client.search({
|
||||
---------
|
||||
|
||||
|
||||
|
||||
*Params*
|
||||
|
||||
[horizontal]
|
||||
|
||||
@ -1555,6 +1555,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) {
|
||||
@ -1576,6 +1577,7 @@ client.search({
|
||||
---------
|
||||
|
||||
|
||||
|
||||
*Params*
|
||||
|
||||
[horizontal]
|
||||
|
||||
@ -1400,6 +1400,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) {
|
||||
@ -1421,6 +1422,7 @@ client.search({
|
||||
---------
|
||||
|
||||
|
||||
|
||||
*Params*
|
||||
|
||||
[horizontal]
|
||||
|
||||
Reference in New Issue
Block a user