| Class | Description |
|---|---|
| ContinuousQuery |
Using the doc2word table created by Reverse.java, this program randomly selects N words per document.
|
| Index |
This program indexes a set of documents given on the command line into a shard table.
|
| Query |
This program queries a set of terms in the shard table (populated by
Index) using the IntersectingIterator. |
| Reverse |
The program reads an accumulo table written by
Index and writes out to another table. |
Copyright © 2015 Apache Accumulo Project. All rights reserved.