svoid indexRandomConceptField(Concepts cc default db_mainConcepts(), Class c) { S field = or(first(conceptFields(c)), "_dummy"); print("Indexing " + c + "." + field); indexConceptField(cc, c, field); }