[Lunar-commits] r25806 - moonbase/trunk/kde3/utils/clucene
Dennis Veatch
stumbles at lunar-linux.org
Sun Sep 16 13:44:55 CEST 2007
Author: stumbles
Date: 2007-09-16 13:44:55 +0200 (Sun, 16 Sep 2007)
New Revision: 25806
Modified:
moonbase/trunk/kde3/utils/clucene/DETAILS
Log:
Fixes a memory leak, a minor compile fix and a
few other bugs.
Modified: moonbase/trunk/kde3/utils/clucene/DETAILS
===================================================================
--- moonbase/trunk/kde3/utils/clucene/DETAILS 2007-09-16 04:37:34 UTC (rev 25805)
+++ moonbase/trunk/kde3/utils/clucene/DETAILS 2007-09-16 11:44:55 UTC (rev 25806)
@@ -1,22 +1,23 @@
MODULE=clucene
MOD=core
- VERSION=0.9.19
+ VERSION=0.9.20
SOURCE=$MODULE-$MOD-$VERSION.tar.bz2
SOURCE_URL=$SFORGE_URL/clucene/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$MOD-$VERSION
- SOURCE_VFY=sha1:f6506455b7705fe62d06ea5c946f623c839fda5c
+ SOURCE_VFY=sha1:a60a360b9ce9048d65e5de8f0ae21a3f2638b22c
WEB_SITE=http://clucene.sourceforge.net/index.php/Main_Page
ENTERED=20070802
- UPDATED=20070802
+ UPDATED=20070916
SHORT="open-source indexing and searching API"
cat << EOF
-CLucene is a high-performance, scalable, cross platform, full-featured,
-open-source indexing and searching API. It is written in C++. CLucene
-is a port of the very popular Java Lucene text search engine API.
-Specifically, CLucene is the guts of a search engine, the hard stuff.
-You write the easy stuff, the UI and the process of selecting and parsing
+CLucene is a high-performance, scalable, cross platform, full-featured,
+open-source indexing and searching API. It is written in C++. CLucene
+is a port of the very popular Java Lucene text search engine API.
+Specifically, CLucene is the guts of a search engine, the hard stuff.
+You write the easy stuff, the UI and the process of selecting and parsing
your data files to pump them into the search engine yourself.
-
-CLucene aims to be a good alternative to Java Lucene when performance really
+
+CLucene aims to be a good alternative to Java Lucene when performance really
matters or if you want to stick to good old C++.
EOF
+
More information about the Lunar-commits
mailing list