srecord noeq GazKB_restoreKBParametersFromFile(File conceptsFile) { simplyCached Map concepts() { ret safeUnstructureMap(conceptsFile); } run { var concepts = concepts(); var kb = genget(concepts, 275924); print(powerWordSearch := genget(kb, "powerWordSearch", "value", "id")); print(additionalSearchers := map getConceptRefID_afterSafeUnstruct((L) genget(kb, "additionalSearchers", "l"))); print(rareSearchers := map getConceptRefID_afterSafeUnstruct((L) genget(kb, "rareSearchers", "l"))); print(additionalComputeFunctions := map getConceptRefID_afterSafeUnstruct((L) genget(kb, "additionalComputeFunctions", "l"))); } }