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.
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>