You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/01/09 05:03:04 UTC

[doris-thirdparty] branch clucene updated: [Update] update clucene readme (#24)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch clucene
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git


The following commit(s) were added to refs/heads/clucene by this push:
     new d638d38  [Update] update clucene readme (#24)
d638d38 is described below

commit d638d383abb8a74a61df2596b9ff61e9921757a7
Author: airborne12 <ai...@gmail.com>
AuthorDate: Mon Jan 9 13:02:59 2023 +0800

    [Update] update clucene readme (#24)
    
    Co-authored-by: airborne12 <ai...@gmail.com>
---
 README.md | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 59 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cf3947a..55db206 100644
--- a/README.md
+++ b/README.md
@@ -17,4 +17,62 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# CLucene
+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.
+


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org