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