wok diff lucene++/description.txt @ rev 25353
updated tesseract-ocr-lang packages (3.02 -> 4.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jul 26 14:33:11 2022 +0100 (2022-07-26) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lucene++/description.txt Tue Jul 26 14:33:11 2022 +0100 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.