We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565032d commit dc0bf36Copy full SHA for dc0bf36
modules/reindex/src/test/java/org/elasticsearch/client/documentation/ReindexDocumentationIT.java
@@ -95,7 +95,7 @@ public void updateByQuery() {
95
updateByQuery.source("source_index")
96
.script(new Script(
97
ScriptType.INLINE,
98
- "if (ctx._source.awesome == 'absolutely) {"
+ "if (ctx._source.awesome == 'absolutely') {"
99
+ " ctx.op='noop'"
100
+ "} else if (ctx._source.awesome == 'lame') {"
101
+ " ctx.op='delete'"
0 commit comments