final Preference p = r.getPreference();
// get the item -> index map for this user
Long2IntMap imap = uiIndexes.get(user);
if (imap == null) {
imap = new Long2IntOpenHashMap();
imap.defaultReturnValue(-1);
uiIndexes.put(user, imap);
}
// have we seen the item?