+ " filename argument to clear the setting. Note that not all options of the map reduce"
+ " batch index job make sense in this context, because it only supports direct write to"
+ " a running solr cluster (i.e. --reducers 0)")
.withOptionalArg().ofType(String.class).describedAs("file-with-arguments");
batchIndexCliArgumentsOption = parser
.acceptsAll(Lists.newArrayList("bc", "batch-cli-arguments"),
"Batch indexing cli arguments to use for the next batch index build triggered, this overrides"
+ " the default batch index cli arguments (if any). On update, use this option without"
+ " filename argument to clear the setting. Note that not all options of the map reduce"
+ " batch index job make sense in this context, because it only supports direct write to"