A tool for sampling an inverted index.
Usage: ../../../build/bin/sample_inverted_index [OPTIONS]
Options:
-h,--help Print this help message and exit
-L,--log-level TEXT:{critical,debug,err,info,off,trace,warn} [info]
Log level
--config Configuration .ini file
-c,--collection TEXT REQUIRED
Input collection basename
-o,--output TEXT REQUIRED Output collection basename
-r,--rate FLOAT REQUIRED Sampling rate (proportional size of the output index)
-t,--type TEXT REQUIRED Sampling type
--terms-to-drop TEXT A filename containing a list of term IDs that we want to drop
--seed UINT Seed state