CGI::Wiki::Setup::DBIxFTSMySQL

Set up fulltext indexes for CGI::Wiki
Download

CGI::Wiki::Setup::DBIxFTSMySQL 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::DBIxFTSMySQL Tags


CGI::Wiki::Setup::DBIxFTSMySQL Description

Set up fulltext indexes for CGI::Wiki CGI::Wiki::Setup::DBIxFTSMySQL is a Perl module to setup fulltext indexes for CGI::Wiki.SYNOPSIS use CGI::Wiki::Setup::DBIxFTSMySQL; CGI::Wiki::Setup::DBIxFTSMySQL::setup($dbname, $dbuser, $dbpass, $dbhost);Omit $dbhost if the database is local.Set up DBIx::FullTextSearch indexes for use with CGI::Wiki. Has only one function, setup, which takes as arguments either the database name, the username and the password or a database handle . The username must be able to create and drop tables in the database.The $dbhost argument is optional -- omit it if the database is local.Note that any pre-existing CGI::Wiki indexes stored in the database 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::DBIxFTSMySQL Related Software