org.apache.accumulo.examples.simple.shard
Class Reverse

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

public class Reverse
extends Object

The program reads an accumulo table written by Index and writes out to another table. It writes out a mapping of documents to terms. The document to term mapping is used by ContinuousQuery. See docs/examples/README.shard for instructions.


Constructor Summary
Reverse()
           
 
Method Summary
static void main(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(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.