Warning: session_start(): open(/var/lib/php/sessions/sess_5fv5pslmfv8n6bkk0b70692sn0, 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
svoid scoredSearchInAllStringFields_impl(LS prepared, Map scores, L objects) { if (objects != null) for (O o : objects) if (o != null) { int score = 0; for (Field f : values(instanceFieldsMap(o))) if (f.getType().equals(S) && !isStaticField(f)) score += scoredSearch_score((S) f.get(o), prepared); if (score != 0) scores.put(o, score); } }