The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

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

DESCRIPTION

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

METHODS

COMPONENT( )

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

SEE ALSO

AUTHORS

  • Brian Cassidy <brian.cassidy@nald.ca>

  • Adam Paynter <adam.paynter@nald.ca>

COPYRIGHT AND LICENSE

Copyright 2006 National Adult Literacy Database

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.