if (docset != null) {
dociter = buildIterator(docset, boboReader, acceptDocs);
}
}
if (dociter == null) {
dociter = new MatchAllDocIdSetIterator(reader, acceptDocs);
}
BoboDocScorer scorer = null;
if (fhandler instanceof FacetScoreable) {
scorer = ((FacetScoreable) fhandler).getDocScorer(boboReader, _scoringFactory,
_boostMap);