static L thoughtSpace_indexedWebs(WebThoughtSpace ts, S... queries) { new LL lists; for (S q : queries) if (!isDollarVar(q)) lists.add(ts.indexedNodes(q)); ret shortestList(lists); }