
Catalyst::Model::WebService::Lucene - Use WebService::Lucene in your Catalyst application

package MyApp::Model::Lucene;
use base qw( Catalyst::Model::WebService::Lucene );
__PACKAGE__->config(
server => 'http://localhost:8080/lucene/'
);

This module helps you use remote indexes via WebService::Lucene in your Catalyst application.

passes your config options to WebService::Lucene's new method.


Brian Cassidy <bricas@cpan.org>
Adam Paynter <adapay@cpan.org>

Copyright 2006-2009 National Adult Literacy Database
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.