CGI::Wiki::Setup::SII

Set up Search::InvertedIndex indexes for CGI::Wiki
Download

CGI::Wiki::Setup::SII Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dominic Hargreaves
  • Publisher web site:
  • http://search.cpan.org/~dom/

CGI::Wiki::Setup::SII Tags


CGI::Wiki::Setup::SII Description

Set up Search::InvertedIndex indexes for CGI::Wiki CGI::Wiki::Setup::SII is a Perl module to setup Search::InvertedIndex indexes for CGI::Wiki.SYNOPSIS use CGI::Wiki::Setup::SII; my $indexdb = Search::InvertedIndex::DB::Mysql->new( -db_name => $dbname, -username => $dbuser, -password => $dbpass, -hostname => '', -table_name => 'siindex', -lock_mode => 'EX' ); CGI::Wiki::Setup::SII::setup( indexdb => $indexdb );Set up Search::InvertedIndex indexes for use with CGI::Wiki. Has only one function, setup, which takes one mandatory argument, indexdb, the Search::InvertedIndex::DB::* object to use as the backend, and one optional argument, store, a CGI::Wiki::Store::* object corresponding to existing data that you wish to (re-)index.Note that any pre-existing CGI::Wiki indexes stored in indexdb will be cleared by this function, so if you have existing data you probably want to use the store parameter to get it re-indexed. Requirements: · Perl


CGI::Wiki::Setup::SII Related Software