Provided by: libwiki-toolkit-perl_0.83-1_all bug

NAME

       Wiki::Toolkit::Search::Plucene - Use Plucene to search your Wiki::Toolkit wiki.

SYNOPSIS

         my $search = Wiki::Toolkit::Search::Plucene->new( path => "/var/plucene/wiki" );
         my %wombat_nodes = $search->search_nodes("wombat");

       Provides search-related methods for Wiki::Toolkit.

METHODS

       new
             my $search = Wiki::Toolkit::Search::Plucene->new( path => "/var/plucene/wiki" );

           Takes only one parameter, which is mandatory. "path" must be a directory for storing
           the indexed data.  It should exist and be writeable.

SEE ALSO

       Wiki::Toolkit, Wiki::Toolkit::Search::Base.