swh.scheduler.cli: Add a bulk index flag to separate read from index
Try to reduce the number of connection timeout error.
There are 3 solutions:
- either increase the default timeout of 10 per request
- same on server configuration basis (no)
- either reduce the number of data to bulk index, this is the chosen solution
Related T1023