When we reindex FTS, “Reindexing in progress” keeps running in FTS tab of Server Information

Problem

When we reindex FTS, “Reindexing in progress” keeps running in FTS tab of Server Information.

Solution

  • Stop AR Server service
  • Delete all the records from the table ft_pending from database.

⇒ Delete from ft_pending: (it is recommended to use the follwoign statement):

truncate table ft_pending;
  • Delete all the files from the Collection folder
  • Start AR Server service
  • Enable FTS/API/SQL/Thread/Plugin logs (merging to one file)
  • Enable Reindex Option from FTS tab of Server Information
  • See the size of Collection Folder and records in ft_pending table.

Leave a Reply