Warning: session_start(): open(/var/lib/php/sessions/sess_olsiki3cdajnmsua51opnhhcm7, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static void ai_addWebToIndex(MultiMap index, Web web) { if (web == null) ret; for (WebNode node : web_nodesAndRelations(web)) for (S text : asSet(node.texts())) { S key = ai_shortenForIndex(text); bool newText; synchronized(index) { if (key == text) // unchanged by shortening newText = true; else newText = !web_nodesContainText(index.get(key), text); index.put(key, node); } if (newText) ai_onNewIndexedText(text); } }