debian man page for wiki::toolkit::setup::sii

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)

NAME
Wiki::Toolkit::Setup::SII - Set up Search::InvertedIndex indexes for Wiki::Toolkit
SYNOPSIS
use 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 );
DESCRIPTION
Set 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.
AUTHOR
Kake Pugh (kake@earth.li).
COPYRIGHT
Copyright (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 ALSO
Wiki::Toolkit, Wiki::Toolkit::Setup::MySQL, DBIx::FullTextSearch perl v5.14.2 2011-09-25 Wiki::Toolkit::Setup::SII(3pm)
Related Man Pages
wiki-toolkit-setupdb(1p) - debian
wiki::toolkit::formatter::default(3pm) - debian
wiki::toolkit::formatter::wikilinkformatterparent(3pm) - debian
wiki::toolkit::setup::sii(3pm) - debian
wiki::toolkit::testlib(3pm) - debian
Similar Topics in the Unix Linux Community
How To Setup Ftp Server
WikyBlog 1.5.7.4 (Default branch)
WikyBlog 1.6b3 (Release Candidates branch)
Bash Navigation Toolkit 1.0.1 (Default branch)
WikyBlog 1.7b2 (Release Candidates branch)