<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=Fixing_Fulltext_Indexing_in_Request_Tracker_RT</id>
	<title>Fixing Fulltext Indexing in Request Tracker RT - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=Fixing_Fulltext_Indexing_in_Request_Tracker_RT"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=Fixing_Fulltext_Indexing_in_Request_Tracker_RT&amp;action=history"/>
	<updated>2026-08-22T04:51:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=Fixing_Fulltext_Indexing_in_Request_Tracker_RT&amp;diff=27163&amp;oldid=prev</id>
		<title>Ronaldo: Created page with &quot;If you have Fulltext search enabled and users start reporting that the queries are not retrieving the expected results, you might want to perform a full reindex of it. Follow the steps below to fix the fulltext indexing.  === Step 1: Disable Fulltext-Indexer Cron Job ===  Temporarily disable the fulltext-indexer cron job to prevent any interference during the re-indexing process.  === Step 2: Disable Fulltext Search in RT Configuration ===  Temporarily disable fulltext s...&quot;</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=Fixing_Fulltext_Indexing_in_Request_Tracker_RT&amp;diff=27163&amp;oldid=prev"/>
		<updated>2023-06-13T13:06:25Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;If you have Fulltext search enabled and users start reporting that the queries are not retrieving the expected results, you might want to perform a full reindex of it. Follow the steps below to fix the fulltext indexing.  === Step 1: Disable Fulltext-Indexer Cron Job ===  Temporarily disable the fulltext-indexer cron job to prevent any interference during the re-indexing process.  === Step 2: Disable Fulltext Search in RT Configuration ===  Temporarily disable fulltext s...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;If you have Fulltext search enabled and users start reporting that the queries are not retrieving the expected results, you might want to perform a full reindex of it. Follow the steps below to fix the fulltext indexing.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Disable Fulltext-Indexer Cron Job ===&lt;br /&gt;
&lt;br /&gt;
Temporarily disable the fulltext-indexer cron job to prevent any interference during the re-indexing process.&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Disable Fulltext Search in RT Configuration ===&lt;br /&gt;
&lt;br /&gt;
Temporarily disable fulltext search in your RT configuration to avoid conflicts while reindexing.&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Restart Web Server ===&lt;br /&gt;
&lt;br /&gt;
Restart your web server to apply the changes made in the RT configuration.&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Partially Re-enable Fulltext Search ===&lt;br /&gt;
&lt;br /&gt;
Partially re-enable fulltext search in your RT configuration. Set the &amp;quot;Enable&amp;quot; option to 1, but set &amp;quot;Indexed&amp;quot; to 0.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    Set(%FullTextSearch,&lt;br /&gt;
        Enable  =&amp;gt; 1,&lt;br /&gt;
        Indexed =&amp;gt; 0,&lt;br /&gt;
    );&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Execute the following command in a tmux or screen session because the reindexing process may take a considerable amount of time:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$RTHOME/sbin/rt-setup-fulltext-index&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The command will prompt you with various options. If the defaults are suitable for your needs, you can simply press Enter for each option. Note that rt-setup-fulltext-index will drop the existing index information and recreate it. By default, it will also index all existing data, which may take a while.&lt;br /&gt;
&lt;br /&gt;
=== Step 6: Completely Re-enable Fulltext Search ===&lt;br /&gt;
&lt;br /&gt;
Fully re-enable fulltext search in your RT configuration.&lt;br /&gt;
&lt;br /&gt;
=== Step 7: Restart Web Server ===&lt;br /&gt;
&lt;br /&gt;
Restart your web server once again to ensure the changes take effect.&lt;br /&gt;
&lt;br /&gt;
=== Step 8: Re-enable Fulltext-Indexer Cron Job ===&lt;br /&gt;
&lt;br /&gt;
Finally, re-enable the fulltext-indexer cron job to resume regular indexing.&lt;br /&gt;
&lt;br /&gt;
By following these steps, you should be able to fix the fulltext indexing issue in your Request Tracker software.&lt;br /&gt;
&lt;br /&gt;
Remember to test the search functionality after completing the steps to ensure that the indexing is working correctly.&lt;br /&gt;
&lt;br /&gt;
[[Category:Maintenance]]&lt;br /&gt;
[[Category:Administration]]&lt;br /&gt;
[[Category:Database]]&lt;/div&gt;</summary>
		<author><name>Ronaldo</name></author>
	</entry>
</feed>