wok diff xapian/description.txt @ rev 24991
Update some web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 14 08:41:24 2022 +0000 (2022-05-14) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xapian/description.txt Sat May 14 08:41:24 2022 +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.