debian man page for rt-setup-fulltext-index-4

Query: rt-setup-fulltext-index-4

OS: debian

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

rt-setup-fulltext-index(8)				     Request Tracker Reference					rt-setup-fulltext-index(8)

NAME
rt-setup-fulltext-index - Helps create indexes for full text search
DESCRIPTION
This script creates the appropriate tables, columns, functions, and / or views necessary for full-text searching for your database type. It will drop any existing indexes in the process. Please read docs/full_text_indexing.pod for complete documentation on full-text indexing for your database type. If you have a non-standard database administrator user or password, you may use the "--dba" and "--dba-password" parameters to set them explicitly: rt-setup-fulltext-index --dba sysdba --dba-password 'secret' To test what will happen without running any DDL, pass the "--dryrun" flag. The Oracle index determines which content-types it will index at creation time. By default, textual message bodies and textual uploaded attachments (attachments with filenames) are indexed; to ignore textual attachments, pass the "--no-attachments" flag when the index is created.
AUTHOR
Ruslan Zakirov <ruz@bestpractical.com>, Alex Vandiver <alexmv@bestpractical.com> perl v5.14.2 2013-05-22 rt-setup-fulltext-index(8)
Related Man Pages
lp-grab-attachments(1) - debian
rt-setup-database-4(8) - debian
alzabo::index(3pm) - debian
www::wikipedia::entry(3pm) - debian
wiki::toolkit::setup::dbixftsmysql(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?