wok-current
annotate xapian/description.txt @ rev 24124
updated transfig (3.2.5d -> 3.2.8b)
author |
Hans-G?nter Theisgen |
date |
Wed Oct 06 10:26:09 2021 +0100 (2021-10-06) |
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.
|