static void indexConceptField(Class c, S field) { if (!isConceptFieldIndexed(c, field)) new ConceptFieldIndex(c, field); }