Man page - rt-setup-fulltext-index-5(8)
Packages contas this manual
- rt-session-viewer-5(8)
- rt-search-attributes-5(8)
- rt-validator-5(8)
- rt-fulltext-indexer-5(8)
- rt-clean-shorteners-5(8)
- rt-passwd-5(8)
- rt-munge-attachments-5(8)
- rt-email-dashboards-5(8)
- rt-setup-database-5(8)
- rt-dump-metadata-5(8)
- rt-clean-sessions-5(8)
- rt-externalize-attachments-5(8)
- rt-ldapimport-5(8)
- rt-crontool-5(1)
- rt-importer-5(8)
- rt-email-digest-5(8)
- rt-validate-aliases-5(8)
- rt-shredder-5(8)
- rt-serializer-5(8)
- rt-setup-fulltext-index-5(8)
- rt-dump-initialdata-5(8)
- rt-email-expiring-auth-tokens-5(8)
- rt-clean-attributes-5(8)
- rt-preferences-viewer-5(8)
- rt-email-group-admin-5(8)
- rt-attributes-viewer-5(8)
apt-get install request-tracker5
Manual
| 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 "--dry-run" 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>
| 2025-10-08 | perl v5.40.1 |