1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/www/p5-Catalyst-Model-Xapian/pkg-descr
Sergey Matveychuk f3d8711604 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>
2006-03-28 17:16:23 +00:00

11 lines
455 B
Plaintext

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/