final Value endRef = new QNameWordRef(collectionId, qnames[q], end.toLowerCase(),
broker.getBrokerPool().getSymbols());
query = new IndexQuery(IndexQuery.BW, startRef, endRef);
}
try {
lock.acquire(Lock.READ_LOCK);
dbTokens.query(query, cb);
} catch (final LockException e) {
LOG.warn("Failed to acquire lock for '" + dbTokens.getFile().getName() + "'", e);
//TODO : throw exception ? -pb
} catch (final IOException e) {