static AutoCloseable tempAddConceptIndex(Concepts cc default db_mainConcepts(), IConceptIndex index) { cc.addConceptIndex(index); ret () -> cc.removeConceptIndex(index); }