wok-current diff xapian/description.txt @ rev 25502
Up memtest-efi* (6.01)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 15 09:58:15 2023 +0000 (22 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xapian/description.txt Sun Jan 15 09:58:15 2023 +0000 1.3 @@ -0,0 +1,8 @@ 1.4 +Xapian is an Open Source Search Engine Library, released under the GPL v2+. 1.5 +It's written in C++, with bindings to allow use from Perl, Python 2, Python 3, 1.6 +PHP 5, PHP 7, Java, Tcl, C#, Ruby, Lua, Erlang, Node.js and R (so far!) 1.7 + 1.8 +Xapian is a highly adaptable toolkit which allows developers to easily add 1.9 +advanced indexing and search facilities to their own applications. 1.10 +It has built-in support for several families of weighting models and also 1.11 +supports a rich set of boolean query operators.