The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Kwiki::Search::Plucene - Plucene powered Kwiki search engine

DESCRIPTION

This plugin is intend to be an alternative of Kwiki::Search, which use a simple 'grep' upon search, and will be slow after the number of pages grow larger and larger.

It use Plucene::Simple to index page content upon saving. Plucene is a Perl port of the Lucene search engine.

Note that, by each time you do a "kwiki -update", plucene index will be rebuilt. This would help current running sites to build plucene index for the very first time.

SEE ALSO

Plucene::Simple, Plucene, Kwiki

COPYRIGHT

Copyright 2005 by Kang-min Liu <gugod@gugod.org>.

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

See <http://www.perl.com/perl/misc/Artistic.html>