Changes between Version 4 and Version 5 of members/GRIP-UQAM/InformationRetrievalSoftwareLibraries
- Timestamp:
- Sep 1, 2016, 6:26:17 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM/InformationRetrievalSoftwareLibraries
v4 v5 1 1 https://en.wikipedia.org/wiki/Information_retrieval 2 = Lucene =2 = Lucene Family = 3 3 * https://en.wikipedia.org/wiki/Lucene 4 == Tutorials == 5 * http://www.tutorialspoint.com/lucene/ 6 * [https://lingpipe-blog.com/2009/02/18/lucene-24-in-60-seconds/ Lucene 2.4 in 60 seconds] 7 == Books == 8 * **Lucene in Action** [http://www.worldcat.org/title/lucene-in-action/oclc/317750765/editions WorldCat], [https://www.google.ca/search?q=Lucene+in+Action Google], [https://www.manning.com/books/lucene-in-action-second-edition Manning], [https://www.amazon.com/Lucene-Action-Second-Covers-Apache/dp/1933988177 Amazone] 9 == Java Lucene and bindings == 4 10 * [DebianPackage:python-lucene] 5 = Zend Search Lucene (PHP) = 11 === Solr === 12 * http://lucene.apache.org/solr/features.html 13 ==== Books ==== 14 * Apache Solr Beginner's Guide [http://www.worldcat.org/search?q=Apache+Solr+Beginner%27s+Guide WorldCat] 15 * Solr in action [http://www.worldcat.org/search?q=Solr+in+action WorldCat] 16 == Zend Search Lucene (PHP) == 6 17 * [wiki:members/GRIP-UQAM/PHP#zend-search-lucene] 7 = CLucene (2011 and more recent versions on Debian)=18 == CLucene (2011 and more recent versions on Debian) == 8 19 * http://clucene.sourceforge.net/ 9 20 * [DebianPackage:clucene-core] 10 21 * Used by LibreOffice and Dovecot (IMAP server) on Debian 11 22 * https://pecl.php.net/package/clucene 12 = Lucene++ (uses libboost)=23 == Lucene++ (uses libboost) == 13 24 * https://github.com/luceneplusplus/LucenePlusPlus 14 25 * [DebianPackage:liblucene++] 15 = Qt Lucene (Used by Qt help)=26 == Qt Lucene (Used by Qt help) == 16 27 * [DebianPackage:libqt5clucene5] 17 28 * https://mail.python.org/pipermail/python-announce-list/2011-December/009287.html (Python, Lucene and Qt Help) 18 = Lucy=29 == Lucy == 19 30 * [http://stackoverflow.com/questions/32604657/apache-solr-vs-apache-lucy Apache solr vs Apache Lucy] 20 31 * http://lucy.apache.org/faq.html 21 32 * [DebianPackage:liblucy-perl] 22 = Plucene (Perl port)=33 == Plucene (Perl port) == 23 34 * [DebianPackage:libplucene-perl] 24 = Ferret (ancestor of Lucy)=35 == Ferret (ancestor of Lucy) == 25 36 * [DebianPackage:ruby-ferret] 26 37 = Xapian = … … 28 39 = Norch (Javascript) = 29 40 * https://github.com/fergiemcdowall/norch 41 = Something in golang =