static IFieldIndex getConceptFieldIndex_ciOrRegular(Class c, S field) { IFieldIndex idx = getConceptFieldCIIndex(c, field); if (idx != null) ret idx; ret getConceptFieldIndex(c, field); }