summaryrefslogtreecommitdiff
path: root/README.txt
blob: 34764cc66ca28fd374d019e6b3369fdbea666a57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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