org.apache.accumulo.examples.shard
Class Reverse

java.lang.Object
  extended by org.apache.accumulo.examples.shard.Reverse

public class Reverse
extends java.lang.Object

The program reads an accumulo table written by Index.java and writes out to another table. It writes out a mapping of documents to terms. The document to term mapping is used by ContinuousQuery.java


Constructor Summary
Reverse()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reverse

public Reverse()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.