plm = new PostingListManager(index, super.collectionStatistics, queryTerms);
if (MATCH_EMPTY_QUERY && plm.size() == 0)
{
// Check whether we need to match an empty query. If so, then return the existing result set.
resultSet = new CollectionResultSet(collectionStatistics.getNumberOfDocuments());
resultSet.setExactResultSize(collectionStatistics.getNumberOfDocuments());
resultSet.setResultSize(collectionStatistics.getNumberOfDocuments());
return resultSet;
}
//DO NOT prepare the posting lists for TAAT retrieval