Menu

Tree [e8e3d2] master memleak_fixes /
 History

HTTPS access


File Date Author Commit
 cmake 2011-03-16 Ben van Klinken Ben van Klinken [187f95] Merge branch 'master' of ssh://clucene.git.sour...
 doc 2010-08-18 Ben van Klinken Ben van Klinken [3f1b3b] Merge remote branch 'origin/clucene-redland' in...
 src 2013-08-12 borekk borekk [e8e3d2] DirectoryIndexReader memleak fix provided by An...
 .gitattributes 2011-02-20 Veit Jahns Veit Jahns [13d7d2] Merge branch 'master' into smart_pointers
 .gitignore 2010-08-23 Ben van Klinken Ben van Klinken [06520e] Merge branch 'ben_working4' into ben_directory-...
 APACHE.license 2008-05-22 synhershko synhershko [2d00bc] Creating 2.3.2 branch, with clucene-core-0.9.20...
 AUTHORS 2008-08-25 synhershko synhershko [1c0975] getQueryName and getClassName are now char* (no...
 CMakeLists.txt 2011-03-17 Ben van Klinken Ben van Klinken [a834f8] version tag
 COPYING 2011-02-20 Veit Jahns Veit Jahns [13d7d2] Merge branch 'master' into smart_pointers
 ChangeLog 2010-08-18 Ben van Klinken Ben van Klinken [3f1b3b] Merge remote branch 'origin/clucene-redland' in...
 INSTALL 2011-03-16 Ben van Klinken Ben van Klinken [187f95] Merge branch 'master' of ssh://clucene.git.sour...
 LGPL.license 2010-08-18 Ben van Klinken Ben van Klinken [3f1b3b] Merge remote branch 'origin/clucene-redland' in...
 NEWS 2008-05-22 synhershko synhershko [2d00bc] Creating 2.3.2 branch, with clucene-core-0.9.20...
 README 2008-07-04 ustramooner ustramooner [6b6f97] New instructions for cmake
 README.PACKAGE 2009-06-11 ustramooner ustramooner [a8652f] Merge branch 'master' into svn
 REQUESTS 2008-07-27 ustramooner ustramooner [9f4dc2] improvements to documentation.
 dist-test.sh 2011-03-16 Ben van Klinken Ben van Klinken [187f95] Merge branch 'master' of ssh://clucene.git.sour...

Read Me

CLucene README
==============

------------------------------------------------------
CLucene is a C++ port of Lucene.
It is a high-performance, full-featured text search 
engine written in C++. CLucene is faster than lucene
as it is written in C++.
------------------------------------------------------

CLucene has contributions from many, see AUTHORS

CLucene is distributed under the GNU Lesser General Public License (LGPL) 
	*or*
the Apache License, Version 2.0
See the LGPL.license and APACHE.license for the respective license information.
Read COPYING for more about the license.


Installation
------------
Read the INSTALL file


Mailing List
------------
Questions and discussion should be directed to the CLucene mailing list
  at clucene-developers@lists.sourceforge.net  
Find subscription instructions at 
  http://lists.sourceforge.net/lists/listinfo/clucene-developers
Suggestions and bug reports can be made on our bug tracking database
  (http://sourceforge.net/tracker/?group_id=80013&atid=558446)


The latest version
------------------
Details of the latest version can be found on the CLucene sourceforge project
web site: http://www.sourceforge.net/projects/clucene


Documentation
-------------
You can build your own documentation by running 'make DoxygenDoc' from your 
'out-of-source' cmake-configured build directory.
CLucene is a very close port of Java Lucene, so you can also try looking at the
Java Docs on http://lucene.apache.org/java/
There is an online version (which won't be as up to date as if you build your
own) at http://clucene.sourceforge.net/doc/html/


Acknowledgments
----------------
The Apache Lucene project is the basis for this software, so the biggest
acknoledgment goes to that project.

We wish to acknowledge the following copyrighted works that
make up portions of the CLucene software:

This software contains code derived from the RSA Data Security
Inc. MD5 Message-Digest Algorithm.

CLucene relies heavily on the use of cmake to provide a stable build environment.