Classes that represent archives of documents.
Classes in this package implement archives, a form of direct index for document collections. An archive stores some information about the documents of a collection (e.g., document lengths and term counts for a suitable subset of terms) similarly to what an inverted index does. However, an archive provides information per document, not per term.
To build archives from the command line, please have a look at the {@link it.unimi.di.archive4j.tool} package.