static MultiMap<S, WebNode> dw_fullNodeIndex_lower() { MultiMap<S, WebNode> index = treeMultiMap(); for (Web web : downloadedWebs()) for (WebNode node : web_nodes(web)) for (S text : asSet(allToLower(node.texts()))) index.put(text, node); ret index; }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1010514 |
| Snippet name: | dw_fullNodeIndex - full lower-case node (not relation) index on downloadedWebs |
| Eternal ID of this version: | #1010514/2 |
| Text MD5: | 3df6804b855404dc5cb6d21840622058 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-09-19 18:57:57 |
| Source code size: | 282 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 632 / 647 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1010523 - dwlw_fullNodeIndex - full lower-case node (not relation) index on downloadedWebs+localWebs |