| CGI-Wiki documentation | view source | Contained in the CGI-Wiki distribution. |
CGI::Wiki::Search::Plucene - Use Plucene to search your CGI::Wiki wiki.
my $search = CGI::Wiki::Search::Plucene->new( path => "/var/plucene/wiki" );
my %wombat_nodes = $search->search_nodes("wombat");
Provides search-related methods for CGI::Wiki.
my $search = CGI::Wiki::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.
| CGI-Wiki documentation | view source | Contained in the CGI-Wiki distribution. |