A class that models a set of tags to process (white list),
a set of tags to skip (black list), a tag that is used as a
document delimiter, and a tag the contents of which are
used as a unique identifier.
Specific constructor: reads the files listed in CollectionSpecFilename,
the Blacklist of Document IDs in BlacklistSpecFilename, and stores document
offsets and lengths in the document pointers file docPointersFilename.
A default constructor that reads the collection specification
file, as configured by the property collection.spec,
reads a list of blacklisted document numbers, specified by the
property trec.blacklist.docids and opens the
first collection file to process.
A default constructor that creates an instance of the class
and loads in memory the relevance assessments from the files
that are specified in the file specified by the property
TREC_QRELS.