diff options
Diffstat (limited to 'libraries/xapian-core/README')
-rw-r--r-- | libraries/xapian-core/README | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/libraries/xapian-core/README b/libraries/xapian-core/README index fd10516c95..dbb5e5dd47 100644 --- a/libraries/xapian-core/README +++ b/libraries/xapian-core/README @@ -1,8 +1,7 @@ -Xapian is an Open Source Search Engine Library, released under -the GPL. It's written in C++, with bindings to allow use from -Perl, Python, PHP, Java, Tcl, C#, and Ruby (so far!) Xapian is -a highly adaptable toolkit which allows developers to easily -add advanced indexing and search facilities to their own -applications. It supports the Probabilistic Information -Retrieval model and also supports a rich set of boolean query -operators. +Xapian is an Open Source Search Engine Library released under the GPL. +It's written in C++, with bindings to allow use from Perl, Python, PHP, +Java, Tcl, C#, and Ruby (so far!). Xapian is a highly adaptable toolkit +which allows developers to easily add advanced indexing and search +facilities to their own applications. It supports the Probabilistic +Information Retrieval model and also supports a rich set of boolean +query operators. |