Constructs an inverted index from a forward index.
Usage: ../../../build/bin/invert [OPTIONS]
Options:
-h,--help Print this help message and exit
-i,--input TEXT REQUIRED Forward index basename
-o,--output TEXT REQUIRED Output inverted index basename
--term-count UINT Number of distinct terms in the forward index
-j,--threads UINT Number of threads
--batch-size UINT [100000] Number of documents to process at a time
-L,--log-level TEXT:{critical,debug,err,info,off,trace,warn} [info]
Log level
--config Configuration .ini file