findNewTagsTime = System.currentTimeMillis();
}
JTag tag = tags.poll();
long lastMillis = tag.getLastMillis();
if (tag != null && tag.nextQuery()) {
String term = tag.getTerm();
if (term == null) {
// TODO use user search later on
logger.warn("TODO skipping tags with empty terms for now:" + tag);
continue;