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 2bd40a7 commit efb4e97Copy full SHA for efb4e97
modules/reindex/src/test/java/org/elasticsearch/client/documentation/ReindexDocumentationIT.java
@@ -96,7 +96,7 @@ public void updateByQuery() {
96
updateByQuery.source("source_index")
97
.script(new Script(
98
ScriptType.INLINE,
99
- "if (ctx._source.awesome == 'absolutely) {"
+ "if (ctx._source.awesome == 'absolutely') {"
100
+ " ctx.op='noop'"
101
+ "} else if (ctx._source.awesome == 'lame') {"
102
+ " ctx.op='delete'"
0 commit comments