summaryrefslogtreecommitdiff
path: root/dist/index.html
blob: c0dfd31356ac70fff977c3804bdc75b3fc066761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<html>
<head>
<title>LuceneAnalyzer</title>
</head>

<body>

<p>LuceneAnalyzer is a small shell tool (in Java) which
   allows dump and inspecting a Lucene index. Something for
   the 'sort-uniq-cut-awk' guys out there. :-)
</p>

<p>
  <a href="luceneanalyzer-0.0.1.tgz">binaries version 0.0.1</a>
  <a href="luceneanalyzer-0.0.1-src.tgz">Sources version 0.0.1</a>
</p>

<p>Example usage:</p>
<pre>    shell> ./run.sh /dir_to_some_lucene_index
</pre>

<p>Example output:</p>
<pre>
Global Information:
===================
        number of documents: 17909
        total number of features: 304312
        total number of tokens: 5231542
        version: 1219148058135
        still current: true
        maximal document number: 22382
        has deletions: true

Field Information:
==================
Fields of type 'ALL':
        body
...
body     achieves        45
body     achieving       216
body     achilles        4
body     achillesferse   1
...
</pre> 

<p>The Git repository is accessible also as
   <a href="http://andreasbaumann.dyndns.org/git/luceneanalyzer">
   http://andreasbaumann.dyndns.org/git/luceneanalyzer</a> (if
   the machine is up).
</p>
<p>In case of questions, contact me at &lt;abaumann at yahoo dot com&gt;.
</p>
</body>
</html>