diff options
author | titopoquito <titopoquito@cooltoad.com> | 2010-05-11 14:56:26 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackbuilds.org> | 2010-05-11 14:56:26 +0200 |
commit | 980d781ba20bf8ca79a3e72daaa964fce4d611b9 (patch) | |
tree | 4b0d1bdf87d78b325c34dd96aa78cfb3a2230e0d /libraries/xapian-core/README | |
parent | a48fedc767c3d8f729ba75d76e273a4929183df9 (diff) | |
download | slackbuilds-980d781ba20bf8ca79a3e72daaa964fce4d611b9.tar.gz |
libraries/xapian-core: Initial import
Diffstat (limited to 'libraries/xapian-core/README')
-rw-r--r-- | libraries/xapian-core/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libraries/xapian-core/README b/libraries/xapian-core/README new file mode 100644 index 0000000000..6165548236 --- /dev/null +++ b/libraries/xapian-core/README @@ -0,0 +1,18 @@ +xapian (search engine library) + +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. + +The homepage of xapian is found at http://www.xapian.org/ + +xapian-core does not seem to depend on other packages. +No incompatibilites of the used version are known so far. +NOTE: Version 0.9.10 works ok with the file search utility recoll, +version 1.0.0 does NOT work with recoll (at the time of writing). +No special configuration is needed after installing the package. |