We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389f261 commit 988f7bbCopy full SHA for 988f7bb
docs/build.gradle
@@ -56,9 +56,6 @@ integTestCluster {
56
extraConfigFile 'hunspell/en_US/en_US.dic', '../server/src/test/resources/indices/analyze/conf_dir/hunspell/en_US/en_US.dic'
57
// Whitelist reindexing from the local node so we can test it.
58
setting 'reindex.remote.whitelist', '127.0.0.1:*'
59
-
60
- // TODO: remove this for 7.0, this exists to allow the doc examples in 6.x to continue using the defaults
61
- systemProperty 'es.scripting.update.ctx_in_params', 'false'
62
}
63
64
// build the cluster with all plugins
0 commit comments