Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wiki::toolkit::setup::sii(3pm) [debian man page]

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)

Check Out this Related Man Page

Wiki::Toolkit::Setup::DBIxFTSMySQL(3pm) 		User Contributed Perl Documentation		   Wiki::Toolkit::Setup::DBIxFTSMySQL(3pm)

NAME
Wiki::Toolkit::Setup::DBIxFTSMySQL - set up fulltext indexes for Wiki::Toolkit SYNOPSIS
use Wiki::Toolkit::Setup::DBIxFTSMySQL; Wiki::Toolkit::Setup::DBIxFTSMySQL::setup($dbname, $dbuser, $dbpass, $dbhost); Omit $dbhost if the database is local. DESCRIPTION
Set up DBIx::FullTextSearch indexes for use with Wiki::Toolkit. 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 Wiki::Toolkit 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. AUTHOR
Kake Pugh (kake@earth.li). COPYRIGHT
Copyright (C) 2002-2004 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::DBIxFTSMySQL(3pm)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris 8 Setup

I recently picked up a Sparc Station 20, and installed a fresh copy of Solaris 8 on it. I've been attempting to set it up so it recognizes/is recognized by the rest of my network so I can setup a PPPoE connection. According to ifconfig -a, I've got an IP address. According to dmesg | grep... (2 Replies)
Discussion started by: caphector
2 Replies

2. UNIX for Dummies Questions & Answers

Security Setup

Hi, I am working for GE Capital as a Unix Programmer. We have a problem with our User Security Setup. Problem Description: Different businesses submit files to GE Capital for processing. Each business is given a unix user login to ftp their files to our server. Processed files are put back... (5 Replies)
Discussion started by: chakri400
5 Replies

3. UNIX for Dummies Questions & Answers

What Setup?

Hopefully this post won't be too long :rolleyes: I've been in data processing for a number of years running on a windows system, and working with perl and MySQL to get the job done. I'm now part of a team who have bought a company and have been asked to investigate how we setup a new Data... (3 Replies)
Discussion started by: Kraythorne
3 Replies

4. HP-UX

How To Setup Ftp Server

Hi, I'm planning to setup ftp server but I dont have yet what platform i'll be using. I think what ever flavor it is it will go in the same approach right, anyway I just would like to ask how to setup ftp in unix I know too many of here alraedy done with it. Thanks in advance. (0 Replies)
Discussion started by: eykyn17
0 Replies

5. Solaris

Jass Toolkit 4.2

I have Jass Toolkit 4.2 for Solaris 10. If I run #jass-execute -d secure.driver and then enable certain services which were disabled by jass, such as ssh, how do I incorporate those changes to jass so that when i rerun jass-execute secure-driver, it does not complain. Any suggestions please,... (1 Reply)
Discussion started by: Tirmazi
1 Replies

6. What is on Your Mind?

Humorous naming

Dear all, We've been asked to submit names for our documentation system. It used to be the very dry ISDL (Information Services Documentation Library) The replacement is built on a Wiki-beastie but that doesn't help much with a name. I wondered about an acronym based on CRAFT, so I can... (1 Reply)
Discussion started by: rbatte1
1 Replies

7. AIX

Setup 1 Digi PortServer II with 5 x AIX boxes

Hi everyone, My latest challenge sees me assisting with the setup of one of our classroom labs. We are trying to configure the lab so that the (5) IBM 9115-505 servers (all running AIX7.1) have their serial 0 ports connected to a Digi PortServer II, which is on the classroom LAN, along with the... (4 Replies)
Discussion started by: richardsantink
4 Replies

8. UNIX and Linux Applications

Plex install & trouble wth libc6

Hello group, Running Ubuntu 16.04 on a arm64 board computer, I'm following this guide from the manufacturer, which is supposed to let me use the Plex armhf version: ESPRESSObin Wiki | Run PLEX Media Server on ESPRESSObin So I'm getting to: apt-get install curl gcc-4.9-base... (2 Replies)
Discussion started by: dpreviti
2 Replies