Changeset 1185
- Timestamp:
- 07/30/06 16:26:31
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/Search/KinoSearch.pm
r1183 r1185 13 13 $self->SUPER::init(@_); 14 14 15 $self->conf->{language} ||= "en";16 15 $self->conf->{invindex} ||= $self->cache->path_to('invindex'); 17 16 … … 114 113 =head1 DESCRIPTION 115 114 115 This plugin stores feeds to KinoSearch inverted index. KinoSearch is a 116 Lucene loose port to Perl/C. 116 117 117 118 =head1 AUTHOR
