org.apache.lucene.index.pruning
Class PruningTool
java.lang.Object
org.apache.lucene.index.pruning.PruningTool
public class PruningTool
- extends Object
A command-line tool to configure and run a PruningReader
on an input
index and produce a pruned output index using
IndexWriter.addIndexes(IndexReader...)
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PruningTool
public PruningTool()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
run
public static int run(String[] args)
throws Exception
- Throws:
Exception