wok annotate lucene++/description.txt @ rev 22491
updated apr and apr-dev (1.4.6 -> 1.7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Dec 31 14:21:42 2019 +0100 (2019-12-31) |
parents | |
children |
rev | line source |
---|---|
al@18514 | 1 Lucene++ |
al@18514 | 2 ======== |
al@18514 | 3 |
al@18514 | 4 Lucene++ is an up to date C++ port of the popular Java [Lucene] |
al@18514 | 5 (http://lucene.apache.org/) library, a high-performance, full-featured text |
al@18514 | 6 search engine. |
al@18514 | 7 |
al@18514 | 8 |
al@18514 | 9 Useful Resources |
al@18514 | 10 ---------------- |
al@18514 | 11 |
al@18514 | 12 Official [Java Lucene](http://lucene.apache.org/java/docs/index.html) - useful |
al@18514 | 13 links and documentation relevant to Lucene and lucene++. |
al@18514 | 14 |
al@18514 | 15 [Lucene in Action] |
al@18514 | 16 (http://www.amazon.com/Lucene-Action-Otis-Gospodnetic/dp/1932394281/ref=sr_1_1?ie=UTF8&s=books&qid=1261343174&sr=8-1) |
al@18514 | 17 by Otis Gospodnetic and Erik Hatcher. |