wok diff xapian/description.txt @ rev 22764
updated florence again (0.5.4 -> 0.6.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 24 17:42:38 2020 +0100 (2020-01-24) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xapian/description.txt Fri Jan 24 17:42:38 2020 +0100 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.