if (indexDirs != null) { for (String indexDir : indexDirs) { params.set(CoreAdminParams.INDEX_DIR, indexDir); } }
I haven't tested it out to see if the server actually does index all of the indexDir=... params sent in on one line so maybe this does already work.
Chris