"-hits", "10",
"-spam", VerifyFeatureExtraction.SPAM_PATH,
"-output", features.getPath()
};
GenerateCompressedPositionalPostings postingsGenerator =
new GenerateCompressedPositionalPostings();
long start = System.currentTimeMillis();
postingsGenerator.main(paramsCompressedPostings);
long end = System.currentTimeMillis();
LOG.info("Total postings generation time: " + (end - start) + "ms");
RankAndFeaturesSmallAdaptive.main(paramsMonolithic);