lucene/contrib/lucli
Michael Busch 9c2a036db3 - LUCENE-908: Improvements and simplifications for how the MANIFEST file and the META-INF dir are created.
- LUCENE-935: Various improvements for the maven artifacts. Now the artifacts also include the sources as .jar files. 

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@568766 13f79535-47bb-0310-9956-ffa450edef68
2007-08-22 23:16:48 +00:00
..
lib use jline instead of java-readline. jline can be added to SVN thanks to its BSD license. plus some small cleanup. 2005-03-23 23:40:50 +00:00
src/java/lucli ingore case in the names of commands (Search == search etc.) 2006-12-27 15:22:22 +00:00
README adapt to use of jline 2005-03-23 23:49:08 +00:00
build.xml - LUCENE-908: Improvements and simplifications for how the MANIFEST file and the META-INF dir are created. 2007-08-22 23:16:48 +00:00
pom.xml.template - LUCENE-908: Improvements and simplifications for how the MANIFEST file and the META-INF dir are created. 2007-08-22 23:16:48 +00:00
run.sh adapt to use of jline 2005-03-23 23:49:08 +00:00

README

lucli (pronounced Luckily) is the Lucene Command Line Interface.

INSTALLATION

Call "ant", then call the run.sh shell script. If it doesn't work right away:
	Edit JAVA_HOME to point to your java directory.
	Edit LUCLI to point to where you installed lucli.
	Edit LUCLI_MEMORY and set it to the maximum amount of memory you want to allocate to lucli
	You can also replace the Lucene jar file that came with lucli with your own.


ENABLING READLINE

Readline support should automatically work thanks to JLine, see http://jline.sourceforge.net/


Documentation

There is none :-). Type help at the command line or read the code.

Enjoy

Dror Matalon
dror@zapatec.com.