package SWISH::Prog::Lucy::InvIndex; use strict; use warnings; our $VERSION = '0.17'; use base qw( SWISH::Prog::InvIndex ); =head1 NAME SWISH::Prog::Lucy::InvIndex - Swish3 Apache Lucy invindex =head1 SYNOPSIS # see SWISH::Prog::InvIndex =head1 DESCRIPTION SWISH::Prog::Lucy::InvIndex is an Apache Lucy based InvIndex class for Swish3. =head1 METHODS Only new and overridden methods are documented here. See the L documentation. None overridden at this time. =cut 1; __END__ =head1 AUTHOR Peter Karman, C<< >> =head1 BUGS Please report any bugs or feature requests to C, or through the web interface at L. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. =head1 SUPPORT You can find documentation for this module with the perldoc command. perldoc SWISH::Prog::Lucy You can also look for information at: =over 4 =item * Mailing list L =item * RT: CPAN's request tracker L =item * AnnoCPAN: Annotated CPAN documentation L =item * CPAN Ratings L =item * Search CPAN L =back =head1 COPYRIGHT & LICENSE Copyright 2009 Peter Karman. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information. =cut