diff options
author | sem <sem@FreeBSD.org> | 2006-03-29 01:16:23 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-03-29 01:16:23 +0800 |
commit | 3d86ab33242225bfc5f521eab1aecd3e53742848 (patch) | |
tree | 07f2ad97ca4d608cf9b5aeb3174fd7ea2fb5da89 /www/Makefile | |
parent | d6bd1bd9fcc81eeaf85e99ca73da4507830dae7a (diff) | |
download | freebsd-ports-gnome-3d86ab33242225bfc5f521eab1aecd3e53742848.tar.gz freebsd-ports-gnome-3d86ab33242225bfc5f521eab1aecd3e53742848.tar.zst freebsd-ports-gnome-3d86ab33242225bfc5f521eab1aecd3e53742848.zip |
This model class wraps Search::Xapian to provide a friendly, paged
interface to Xapian (www.xapian.org) indexes. This class adds a little
extra convenience on top of the Search::Xapian class. It expects you to
use the QueryParser, and sets up some keywords based on the standard
omega keywords (id, host, date, month, year,title), so that you can do
searches like
'fubar site:microsoft.com'
WWW: http://search.cpan.org/dist/Catalyst-Model-Xapian/
PR: ports/93713
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 656851ee8db5..fcd73ebfb77d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -510,6 +510,7 @@ SUBDIR += p5-Catalyst-Model-DBIC SUBDIR += p5-Catalyst-Model-DBIC-Plain SUBDIR += p5-Catalyst-Model-DBIC-Schema + SUBDIR += p5-Catalyst-Model-Xapian SUBDIR += p5-Catalyst-Plugin-Authentication SUBDIR += p5-Catalyst-Plugin-Authentication-CDBI SUBDIR += p5-Catalyst-Plugin-Authentication-Store-DBIC |