sbool isConceptFieldIndexed(Class c, S field) { ret isConceptFieldIndexed(db_mainConcepts(), c, field); } sbool isConceptFieldIndexed(Concepts concepts, Class c, S field) { ret concepts.getFieldIndex(c, field) != null; }