}
// Now, add this topic to the list, if the score is nonzero
if (score > 0.01f){
//System.out.printf("Adding topic %d with score %f\n", k, score);
PayloadTermQuery fsq1 = new PayloadTermQuery(new Term("topicspayload"+lda.scens.get(idx).K, "p"+k), new AveragePayloadFunction(), false);
bquery.add(fsq1, Occur.SHOULD);
queryOpt[k] = score;
}
}