com.sun.labs.minion.test.regression
Class DVPostingsTester

java.lang.Object
  extended by com.sun.labs.minion.test.regression.DVPostingsTester

public class DVPostingsTester
extends java.lang.Object

Class DVPostingsTester compares the DocumentVectorPostings in the index with the frequencies of terms in the main dictionary.
This only seems to work for lowercase terms.


Nested Class Summary
 class DVPostingsTester.DocumentPartition
          The inner class DocumentPartition is an in-memory lightweight simulation of a DiskPartition.
 
Field Summary
protected static boolean DEBUG
          For tracing
protected static java.lang.String logTag
          Tag for the log
 
Method Summary
static void main(java.lang.String[] args)
          Main method to kick off the DVPostingsTester
 void test()
          Run the test
static void usage()
          Help!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

protected static final boolean DEBUG
For tracing

See Also:
Constant Field Values

logTag

protected static final java.lang.String logTag
Tag for the log

See Also:
Constant Field Values
Method Detail

test

public void test()
Run the test


usage

public static void usage()
Help!


main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        java.lang.NumberFormatException,
                        SearchEngineException
Main method to kick off the DVPostingsTester

Parameters:
args -
Throws:
java.io.IOException
java.lang.NumberFormatException
SearchEngineException