regenerate the docs
This commit is contained in:
@ -909,7 +909,7 @@ client.msearch({
|
||||
{ query: { match_all: {} } },
|
||||
|
||||
// query_string query, on index/mytype
|
||||
{ index: 'myindex', type: 'mytype' },
|
||||
{ _index: 'myindex', _type: 'mytype' },
|
||||
{ query: { query_string: { query: '"Test 1"' } } }
|
||||
]
|
||||
});
|
||||
|
||||
@ -1011,7 +1011,7 @@ client.msearch({
|
||||
{ query: { match_all: {} } },
|
||||
|
||||
// query_string query, on index/mytype
|
||||
{ index: 'myindex', type: 'mytype' },
|
||||
{ _index: 'myindex', _type: 'mytype' },
|
||||
{ query: { query_string: { query: '"Test 1"' } } }
|
||||
]
|
||||
});
|
||||
|
||||
@ -1023,7 +1023,7 @@ client.msearch({
|
||||
{ query: { match_all: {} } },
|
||||
|
||||
// query_string query, on index/mytype
|
||||
{ index: 'myindex', type: 'mytype' },
|
||||
{ _index: 'myindex', _type: 'mytype' },
|
||||
{ query: { query_string: { query: '"Test 1"' } } }
|
||||
]
|
||||
});
|
||||
|
||||
@ -1023,7 +1023,7 @@ client.msearch({
|
||||
{ query: { match_all: {} } },
|
||||
|
||||
// query_string query, on index/mytype
|
||||
{ index: 'myindex', type: 'mytype' },
|
||||
{ _index: 'myindex', _type: 'mytype' },
|
||||
{ query: { query_string: { query: '"Test 1"' } } }
|
||||
]
|
||||
});
|
||||
|
||||
@ -1119,7 +1119,7 @@ client.msearch({
|
||||
{ query: { match_all: {} } },
|
||||
|
||||
// query_string query, on index/mytype
|
||||
{ index: 'myindex', type: 'mytype' },
|
||||
{ _index: 'myindex', _type: 'mytype' },
|
||||
{ query: { query_string: { query: '"Test 1"' } } }
|
||||
]
|
||||
});
|
||||
|
||||
@ -1173,7 +1173,7 @@ client.msearch({
|
||||
{ query: { match_all: {} } },
|
||||
|
||||
// query_string query, on index/mytype
|
||||
{ index: 'myindex', type: 'mytype' },
|
||||
{ _index: 'myindex', _type: 'mytype' },
|
||||
{ query: { query_string: { query: '"Test 1"' } } }
|
||||
]
|
||||
});
|
||||
|
||||
@ -1173,7 +1173,7 @@ client.msearch({
|
||||
{ query: { match_all: {} } },
|
||||
|
||||
// query_string query, on index/mytype
|
||||
{ index: 'myindex', type: 'mytype' },
|
||||
{ _index: 'myindex', _type: 'mytype' },
|
||||
{ query: { query_string: { query: '"Test 1"' } } }
|
||||
]
|
||||
});
|
||||
|
||||
@ -1220,7 +1220,7 @@ client.msearch({
|
||||
{ query: { match_all: {} } },
|
||||
|
||||
// query_string query, on index/mytype
|
||||
{ index: 'myindex', type: 'mytype' },
|
||||
{ _index: 'myindex', _type: 'mytype' },
|
||||
{ query: { query_string: { query: '"Test 1"' } } }
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user