Initial import of Xapian, an Open Source Search Engine Library,
authorschmonz <schmonz>
Sat, 26 Jul 2008 23:35:05 +0000 (23:35 +0000)
committerschmonz <schmonz>
Sat, 26 Jul 2008 23:35:05 +0000 (23:35 +0000)
commit51ca46909dd45aeb2934d8248c01bdc1e0870f02
treeb536f3817f51425b4ebe25b98841aea890ad990f
parente728e40c385016b794e61a58d9487695f59a3a4c
Initial import of Xapian, 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.

If you're after a packaged search engine for your website, you
should take a look at Omega: an application we supply built upon
Xapian. Unlike most other website search solutions, Xapian's
versatility allows you to extend Omega to meet your needs as they
grow.
textproc/xapian/DESCR [new file with mode: 0644]
textproc/xapian/Makefile [new file with mode: 0644]
textproc/xapian/PLIST [new file with mode: 0644]
textproc/xapian/buildlink3.mk [new file with mode: 0644]
textproc/xapian/distinfo [new file with mode: 0644]