com.sun.labs.minion.document.tokenizer
Class RateTest

java.lang.Object
  extended by com.sun.labs.minion.document.tokenizer.RateTest

public class RateTest
extends java.lang.Object

Test indexing rate.


Field Summary
protected static java.text.DecimalFormat form
          A format object for formatting the output.
 
Constructor Summary
RateTest()
          Creates a new instance of RateTest
 
Method Summary
static void main(java.lang.String[] args)
           
static void reportProgress(long start, long docsize, int n)
           
protected static java.lang.String toMB(long x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

form

protected static java.text.DecimalFormat form
A format object for formatting the output.

Constructor Detail

RateTest

public RateTest()
Creates a new instance of RateTest

Method Detail

toMB

protected static java.lang.String toMB(long x)

reportProgress

public static void reportProgress(long start,
                                  long docsize,
                                  int n)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args - the command line arguments
Throws:
java.lang.Exception