static ConceptFieldIndexCI_withTopTen indexConceptFieldCIWithTopTen(Concepts cc default db_mainConcepts(), Class c, S field) { var idx = getConceptFieldCIIndex(cc, c, field); if (idx cast ConceptFieldIndexCI_withTopTen) ret idx; // replace existing index without top ten if (idx != null) cc.removeCIFieldIndex(c, field); ret new ConceptFieldIndexCI_withTopTen(cc, c, field); }