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


Catalyst-Model-WebService-Lucene documentation  | view source Contained in the Catalyst-Model-WebService-Lucene distribution.

Index


NAME

Top

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

SYNOPSIS

Top

    package MyApp::Model::Lucene;

    use base qw( Catalyst::Model::WebService::Lucene );

    __PACKAGE__->config(
        server => 'http://localhost:8080/lucene/'
    );

DESCRIPTION

Top

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

METHODS

Top

COMPONENT( )

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

SEE ALSO

Top

* Catalyst
* WebService::Lucene

AUTHORS

Top

Brian Cassidy <bricas@cpan.org>

Adam Paynter <adapay@cpan.org>

COPYRIGHT AND LICENSE

Top


Catalyst-Model-WebService-Lucene documentation  | view source Contained in the Catalyst-Model-WebService-Lucene distribution.