1RT-SETUP-FULLTEXT-INDEXU(s1e)r Contributed Perl DocumentaRtTi-oSnETUP-FULLTEXT-INDEX(1)
2
3
4

NAME

6       rt-setup-fulltext-index - Create indexes for full text search
7

DESCRIPTION

9       This script creates the appropriate tables, columns, functions, and /
10       or views necessary for full-text searching for your database type.  It
11       will drop any existing indexes in the process.
12
13       Please read docs/full_text_indexing.pod for complete documentation on
14       full-text indexing for your database type.
15
16       If you have a non-standard database administrator user or password, you
17       may use the "--dba" and "--dba-password" parameters to set them
18       explicitly:
19
20           rt-setup-fulltext-index --dba sysdba --dba-password 'secret'
21
22       To test what will happen without running any DDL, pass the "--dryrun"
23       flag.
24
25       The Oracle index determines which content-types it will index at
26       creation time. By default, textual message bodies and textual uploaded
27       attachments (attachments with filenames) are indexed; to ignore textual
28       attachments, pass the "--no-attachments" flag when the index is
29       created.
30

AUTHOR

32       Ruslan Zakirov <ruz@bestpractical.com>, Alex Vandiver
33       <alexmv@bestpractical.com>
34
35
36
37perl v5.32.0                      2020-07-29        RT-SETUP-FULLTEXT-INDEX(1)
Impressum