Query: wiki::toolkit::setup::sii
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Wiki::Toolkit::Setup::SII(3pm) User Contributed Perl Documentation Wiki::Toolkit::Setup::SII(3pm)NAMEWiki::Toolkit::Setup::SII - Set up Search::InvertedIndex indexes for Wiki::ToolkitSYNOPSISuse Wiki::Toolkit::Setup::SII; my $indexdb = Search::InvertedIndex::DB::Mysql->new( -db_name => $dbname, -username => $dbuser, -password => $dbpass, -hostname => '', -table_name => 'siindex', -lock_mode => 'EX' ); Wiki::Toolkit::Setup::SII::setup( indexdb => $indexdb );DESCRIPTIONSet up Search::InvertedIndex indexes for use with Wiki::Toolkit. 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 "Wiki::Toolkit::Store::* object" corresponding to existing data that you wish to (re-)index. Note that any pre-existing Wiki::Toolkit 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.AUTHORKake Pugh (kake@earth.li).COPYRIGHTCopyright (C) 2002 Kake Pugh. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.SEE ALSOWiki::Toolkit, Wiki::Toolkit::Setup::MySQL, DBIx::FullTextSearch perl v5.14.2 2011-09-25 Wiki::Toolkit::Setup::SII(3pm)
Similar Topics in the Unix Linux Community |
---|
Solaris 8 Setup |
Security Setup |
WikyBlog 1.6.1 (Default branch) |
Medical Imaging Interaction Toolkit 0.8 (Default branch) |
WikyBlog 1.7b2 (Release Candidates branch) |