From 96fbfca3b09682b61220cfe7f8f5071781eb365b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 15 Aug 2012 08:53:04 +0200 Subject: updated README --- README.txt | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 74e4320..34764cc 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,20 @@ -Required software: +Dumps a Lucene or SolR index in the shell in tab-separated lines. +This is useful for statistics or debugging a Lucene or SolR-based +project. + +Currently the SolR support is crude and far from complete. + +Build +----- + +mvn clean install package + +Requirements +------------ + +- maven (to build the project) - lucene-core (comes in pom.xml) +- solr-core (comes in pom.xml) - jargs (somehow not in a Maven repository, sad): Install it into the local Maven repository: mvn install:install-file -Dfile=sw/jargs-1.0.0.jar -DgroupId=jargs -DartifactId=jargs -Dversion=1.0.0 -Dpackaging=jar -- cgit v1.2.3-54-g00ecf