static MultiMap dwlw_fullNodeIndex_ci() { print("Getting webs."); L webs = allWebs(); print("Making index of " + nWebs(webs) + "."); MultiMap index = ai_indexWebs(); print("Index made."); ret index; }