From a7dc9e9b0906f2bb1aca00296c5674f75ce9484c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 4 Dec 2010 13:01:19 +0100 Subject: heading to version 0.0.3 --- dist/index.html | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 dist/index.html diff --git a/dist/index.html b/dist/index.html deleted file mode 100644 index 532db33..0000000 --- a/dist/index.html +++ /dev/null @@ -1,53 +0,0 @@ - - -LuceneAnalyzer - - - - -

-LuceneAnalyzer is a quick hack for dumping and inspecting a Lucene index. -Something for the 'sort-uniq-cut-awk' guys out there. :-) -

- -

- binaries version 0.0.1
- Sources version 0.0.1 -

- -

Example usage:

-
    shell> ./run.sh /dir_to_some_lucene_index
-
- -

Example output:

-
-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
-...
-
- -

The Git repository is accessible at - git://gitorious.org/luceneanalyzer/luceneanalyzer.git - git://gitorious.org/luceneanalyzer/luceneanalyzer.git. -

-

In case of questions, contact me at <abaumann at yahoo dot com>. -

- - -- cgit v1.2.3-54-g00ecf