//extract features
for(int j = 0; j < bSize; j++) {
docno += decomp[j];
pos[0] = ps.decompressPositions(cnt);
int dl = docLengths.get(docno);
for(int fid = 0; fid < features.length; fid++) {
fvalues[cnt][fid] = features[fid].computeScoreWithMiniIndexes(pos, query, dl, stats);
}
if(writeOutput) {