Some new fodder for the Swish-e Perl programmers out there.
http://search.cpan.org/~karman/
SWISH::API::More - do more with the SWISH::API
SWISH::API::Stat - reconnect to indexes automatically
SWISH::API::Object - fetch results as Perl objects
SWISH::API::More may be of special interest. It's a base class for extending the
SWISH::API, and let's you do:
my $swish = SWISH::API::More->new(
indexes => [qw( my/index1 my/index2 )]
);
and lots of other Perl goodness. It's a drop-in replacement for SWISH::API.
SWISH::API::Stat and SWISH::API::Object both subclass SWISH::API::More.
cheers,
pek
--
Peter Karman . http://peknet.com/ . peter(at)not-real.peknet.com
Received on Wed Oct 4 11:40:33 2006