File Coverage

blib/lib/Dezi/Lucy/InvIndex.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Dezi::Lucy::InvIndex;
2 6     6   7528 use Moose;
  6         15  
  6         50  
3             extends 'Dezi::InvIndex';
4              
5             our $VERSION = '0.014';
6              
7             =head1 NAME
8              
9             Dezi::Lucy::InvIndex - Swish3 Apache Lucy invindex
10              
11             =head1 SYNOPSIS
12              
13             # see Dezi::InvIndex
14              
15             =head1 DESCRIPTION
16              
17             Dezi::Lucy::InvIndex is an Apache Lucy based InvIndex
18             class for Swish3.
19              
20             =head1 METHODS
21              
22             Only new and overridden methods are documented here. See
23             the L<Dezi::Indexer> documentation.
24              
25             None overridden at this time.
26              
27             =cut
28              
29             __PACKAGE__->meta->make_immutable;
30              
31             1;
32              
33             __END__
34              
35             =head1 AUTHOR
36              
37             Peter Karman, E<lt>karpet@dezi.orgE<gt>
38              
39             =head1 BUGS
40              
41             Please report any bugs or feature requests to C<bug-dezi-app at rt.cpan.org>, or through
42             the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dezi-App>.
43             I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
44              
45             =head1 SUPPORT
46              
47             You can find documentation for this module with the perldoc command.
48              
49             perldoc Dezi::Lucy::InvIndex
50              
51             You can also look for information at:
52              
53             =over 4
54              
55             =item * Website
56              
57             L<http://dezi.org/>
58              
59             =item * IRC
60              
61             #dezisearch at freenode
62              
63             =item * Mailing list
64              
65             L<https://groups.google.com/forum/#!forum/dezi-search>
66              
67             =item * RT: CPAN's request tracker
68              
69             L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dezi-App>
70              
71             =item * AnnoCPAN: Annotated CPAN documentation
72              
73             L<http://annocpan.org/dist/Dezi-App>
74              
75             =item * CPAN Ratings
76              
77             L<http://cpanratings.perl.org/d/Dezi-App>
78              
79             =item * Search CPAN
80              
81             L<https://metacpan.org/dist/Dezi-App/>
82              
83             =back
84              
85             =head1 COPYRIGHT AND LICENSE
86              
87             Copyright 2014 by Peter Karman
88              
89             This library is free software; you can redistribute it and/or modify
90             it under the terms of the GPL v2 or later.
91              
92             =head1 SEE ALSO
93              
94             L<http://dezi.org/>, L<http://swish-e.org/>, L<http://lucy.apache.org/>
95