We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28df544 commit ead583aCopy full SHA for ead583a
docs/examples/reindex.asciidoc
@@ -55,7 +55,7 @@ async function run () {
55
source: {
56
index: 'game-of-thrones',
57
query: {
58
- match: { character: 'stark' }
+ match: { house: 'stark' }
59
}
60
},
61
dest: {
0 commit comments