|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectIndexStats
public class IndexStats
This class calculates and prints out some useful statistics about an existing index, such as number of documents, size, etc.
| Constructor Summary | |
|---|---|
IndexStats()
|
|
| Method Summary | |
|---|---|
private static void |
calcStats(IndexerConfig cfgInfo)
|
static void |
main(String[] args)
Main entry-point for the statistics gatherer. |
private static String |
printBig(long num)
|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexStats()
| Method Detail |
|---|
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
IOExceptionprivate static String printBig(long num)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||