lucli
Class Lucli
java.lang.Object
lucli.Lucli
public class Lucli
- extends Object
Main class for lucli: the Lucene Command Line Interface.
This class handles mostly the actual CLI part, command names, help, etc.
Constructor Summary |
Lucli(String[] args)
Main entry point. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_TERMS
public static final int MAX_TERMS
- See Also:
- Constant Field Values
Lucli
public Lucli(String[] args)
throws IOException
- Main entry point. The first argument can be a filename with an
application initialization file.
- Throws:
IOException
main
public static void main(String[] args)
throws IOException
- Throws:
IOException
Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.