This file is indexed.

/usr/share/doc/rt4-doc-html/rt-setup-fulltext-index.html is in rt4-doc-html 4.4.1-3+deb9u3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<ul id="index">
  <li><a href="#NAME">NAME</a></li>
  <li><a href="#DESCRIPTION">DESCRIPTION</a></li>
  <li><a href="#AUTHOR">AUTHOR</a></li>
</ul>

<h1 id="NAME"><a href="#___top">NAME</a></h1>

<p>rt-setup-fulltext-index - Create indexes for full text search</p>

<h1 id="DESCRIPTION"><a href="#___top">DESCRIPTION</a></h1>

<p>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.</p>

<p>Please read <i><a href="full_text_indexing.html">docs/full_text_indexing.pod</a></i> for complete documentation on full-text indexing for your database type.</p>

<p>If you have a non-standard database administrator user or password, you may use the <code>--dba</code> and <code>--dba-password</code> parameters to set them explicitly:</p>

<pre><code>    rt-setup-fulltext-index --dba sysdba --dba-password &#39;secret&#39;</code></pre>

<p>To test what will happen without running any DDL, pass the <code>--dryrun</code> flag.</p>

<p>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 <code>--no-attachments</code> flag when the index is created.</p>

<h1 id="AUTHOR"><a href="#___top">AUTHOR</a></h1>

<p>Ruslan Zakirov &lt;ruz@bestpractical.com&gt;, Alex Vandiver &lt;alexmv@bestpractical.com&gt;</p>

<a href="./">&larr; Back to index</a>