wok-current annotate xapian/description.txt @ rev 24746
ncursesw-dev: add pkg config files (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 16 11:02:39 2022 +0000 (2022-03-16) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@22149 | 1 Xapian is an Open Source Search Engine Library, released under the GPL v2+. |
Hans-G?nter@22149 | 2 It's written in C++, with bindings to allow use from Perl, Python 2, Python 3, |
Hans-G?nter@22149 | 3 PHP 5, PHP 7, Java, Tcl, C#, Ruby, Lua, Erlang, Node.js and R (so far!) |
Hans-G?nter@22149 | 4 |
Hans-G?nter@22149 | 5 Xapian is a highly adaptable toolkit which allows developers to easily add |
Hans-G?nter@22149 | 6 advanced indexing and search facilities to their own applications. |
Hans-G?nter@22149 | 7 It has built-in support for several families of weighting models and also |
Hans-G?nter@22149 | 8 supports a rich set of boolean query operators. |