From ad9b77ac692981ac03c9a4471e863e11cd6bc69e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 20 Aug 2008 19:22:43 +0200 Subject: added distrtibution scripts --- create_dist.sh | 3 +++ dist/index.html | 54 ++++++++++++++++++++++++++++++++++++++++++++++ dist/jargs-1.0.0.jar | Bin 11406 -> 0 bytes sw/jargs-1.0.0.jar | Bin 0 -> 11406 bytes sync_to_andreasbaumann_cc | 11 ++++++++++ 5 files changed, 68 insertions(+) create mode 100755 create_dist.sh create mode 100644 dist/index.html delete mode 100644 dist/jargs-1.0.0.jar create mode 100644 sw/jargs-1.0.0.jar create mode 100755 sync_to_andreasbaumann_cc 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 @@ + + +LuceneAnalyzer + + + + +

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. :-) +

+ +

+ 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 also as + + http://andreasbaumann.dyndns.org/git/luceneanalyzer (if + the machine is up). +

+

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

+ + diff --git a/dist/jargs-1.0.0.jar b/dist/jargs-1.0.0.jar deleted file mode 100644 index cdbc80b..0000000 Binary files a/dist/jargs-1.0.0.jar and /dev/null differ diff --git a/sw/jargs-1.0.0.jar b/sw/jargs-1.0.0.jar new file mode 100644 index 0000000..cdbc80b Binary files /dev/null and b/sw/jargs-1.0.0.jar 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/. -- cgit v1.2.3-54-g00ecf