+ "and it can later be queried faster once deployed to a live Solr serving shard. "
+ "Set maxSegments to 1 to optimize the index for low query latency. "
+ "In a nutshell, a small maxSegments value trades indexing latency for subsequently improved query latency. "
+ "This can be a reasonable trade-off for batch indexing systems.");
Argument fairSchedulerPoolArg = optionalGroup.addArgument("--fair-scheduler-pool")
.metavar("STRING")
.help("Optional tuning knob that indicates the name of the fair scheduler pool to submit jobs to. "
+ "The Fair Scheduler is a pluggable MapReduce scheduler that provides a way to share large clusters. "
+ "Fair scheduling is a method of assigning resources to jobs such that all jobs get, on average, an "
+ "equal share of resources over time. When there is a single job running, that job uses the entire "