public class IndexStats
extends Object
Constructor and Description |
---|
IndexStats() |
Modifier and Type | Method and Description |
---|---|
private static void |
calcStats(IndexerConfig cfgInfo) |
static void |
main(String[] args)
Main entry-point for the statistics gatherer.
|
private static String |
printBig(long num) |
public static void main(String[] args)
args
- Command line arguments to process. The command line
arguments required by the IndexStats program are as follows:
IndexStats {-config CfgFilePath}
-index IndexName }+
For a complete description of each command line argument, see the
TextIndexer
class description.
private static void calcStats(IndexerConfig cfgInfo) throws IOException
IOException
private static String printBig(long num)