static void dbIndexingCI(O... params) { db(); for (int i = 0; i < l(params); i += 2) indexConceptFieldCI((Class) params[i], (S) params[i+1]); }