wok-current diff lucene++/description.txt @ rev 19069
Small adjustments. Thanks Pascal.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Thu Apr 21 23:28:11 2016 -0300 (2016-04-21) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lucene++/description.txt Thu Apr 21 23:28:11 2016 -0300 1.3 @@ -0,0 +1,17 @@ 1.4 +Lucene++ 1.5 +======== 1.6 + 1.7 +Lucene++ is an up to date C++ port of the popular Java [Lucene] 1.8 +(http://lucene.apache.org/) library, a high-performance, full-featured text 1.9 +search engine. 1.10 + 1.11 + 1.12 +Useful Resources 1.13 +---------------- 1.14 + 1.15 +Official [Java Lucene](http://lucene.apache.org/java/docs/index.html) - useful 1.16 +links and documentation relevant to Lucene and lucene++. 1.17 + 1.18 +[Lucene in Action] 1.19 +(http://www.amazon.com/Lucene-Action-Otis-Gospodnetic/dp/1932394281/ref=sr_1_1?ie=UTF8&s=books&qid=1261343174&sr=8-1) 1.20 +by Otis Gospodnetic and Erik Hatcher.