summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2008-08-20 19:22:43 +0200
committerAndreas Baumann <abaumann@yahoo.com>2008-08-20 19:22:43 +0200
commitad9b77ac692981ac03c9a4471e863e11cd6bc69e (patch)
tree1e73389253208633bd58a87884a63b478debeaee
parent271357c05b42f2a32250f20e55a6ac3d99c9529d (diff)
downloadLuceneAnalyzer-ad9b77ac692981ac03c9a4471e863e11cd6bc69e.tar.gz
LuceneAnalyzer-ad9b77ac692981ac03c9a4471e863e11cd6bc69e.tar.bz2
added distrtibution scripts
-rwxr-xr-xcreate_dist.sh3
-rw-r--r--dist/index.html54
-rw-r--r--sw/jargs-1.0.0.jar (renamed from dist/jargs-1.0.0.jar)bin11406 -> 11406 bytes
-rwxr-xr-xsync_to_andreasbaumann_cc11
4 files changed, 68 insertions, 0 deletions
diff --git a/create_dist.sh b/create_dist.sh
new file mode 100755
index 0000000..58cdac4
--- /dev/null
+++ b/create_dist.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+mkdir luceneanalyzer-0.0.1
diff --git a/dist/index.html b/dist/index.html
new file mode 100644
index 0000000..c0dfd31
--- /dev/null
+++ b/dist/index.html
@@ -0,0 +1,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>
diff --git a/dist/jargs-1.0.0.jar b/sw/jargs-1.0.0.jar
index cdbc80b..cdbc80b 100644
--- a/dist/jargs-1.0.0.jar
+++ b/sw/jargs-1.0.0.jar
Binary files differ
diff --git a/sync_to_andreasbaumann_cc b/sync_to_andreasbaumann_cc
new file mode 100755
index 0000000..5fcc402
--- /dev/null
+++ b/sync_to_andreasbaumann_cc
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+rsync -e ssh -av \
+ --exclude '*~' \
+ --exclude footer.html \
+ --exclude header.html \
+ --exclude sync \
+ --exclude regen \
+ --exclude .svn \
+ --delete-after \
+ * andreasbaumann.cc@andreasbaumann.cc:/home/sites/andreasbaumann.cc/public_html/crux/ports/.