1CLucene is a C++ port of the popular Apache Lucene search engine
2(http://lucene.apache.org/java). It is released under LGPL or the Apache
3License.
4
5CLucene aims to be a high-speed alternative to Java Lucene, its API is very
6similar to that of the Java version. CLucene has recently been brought up to
7date with Lucene 2.3.2. It contains most of the same functionality as the
8Java version.
9
10This package contains the files necessary for running applications that
11use the libclucene library.
12