summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-12-04 13:01:19 +0100
committerAndreas Baumann <abaumann@yahoo.com>2010-12-04 13:01:19 +0100
commita7dc9e9b0906f2bb1aca00296c5674f75ce9484c (patch)
tree586aa0aa29e324ea72e21d3b2bc1684bf21cb64b
parent776018e83f8074299778d55b3146307a9ec10503 (diff)
downloadLuceneAnalyzer-a7dc9e9b0906f2bb1aca00296c5674f75ce9484c.tar.gz
LuceneAnalyzer-a7dc9e9b0906f2bb1aca00296c5674f75ce9484c.tar.bz2
heading to version 0.0.3
-rw-r--r--dist/index.html53
1 files changed, 0 insertions, 53 deletions
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 @@
-<html>
-<head>
-<title>LuceneAnalyzer</title>
-</head>
-
-<body>
-
-<p>
-LuceneAnalyzer is a quick hack for dumping 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><br/>
- <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 at
- <a href="">git://gitorious.org/luceneanalyzer/luceneanalyzer.git
- git://gitorious.org/luceneanalyzer/luceneanalyzer.git</a>.
-</p>
-<p>In case of questions, contact me at &lt;abaumann at yahoo dot com&gt;.
-</p>
-</body>
-</html>