Re-index a Collection - Full-Text Retrieval (FTR) - Help

Full-Text Retrieval (FTR) Help

Language
English
Product
Full-Text Retrieval (FTR)
Search by Category
Help

After the my_collection.cfg file has been edited, the entire collection must be re-indexed. Follow these steps to re-index the entire collection:

  1. Click Start > All Programs > FTR > Hummingbird SearchServer Administrator.

  2. When the Login screen appears, type your password in the Password field and then click OK. (The default password is "password".)

  3. In the Browse Tables area, select the Location of the collection that you want to re- index.

  4. Click Index.

  5. Check the Rewind Log file (REWIND) box if you want to clear the index log before you refresh the index.

  6. Check the Re-index entire table (ABANDON) box to re-create the table structure and re-index.

  7. Check the Validate table (VALIDATE TABLE) box to update the rows based on the current file system.

  8. Click the Upgrade to x.x Format box.

  9. Type the minimum size of the temporary sort file.

  10. Type the minimum size for the temporary buffer.

  11. Click a Proximity Method – All, Paragraphs, Sentence, Word, or Character.

  12. Click a Wildcard Optimization – None, Minimize Search Time, or Minimize Index Overhead.

  13. Click OK.

  14. Click Check Status if you want to monitor the status during the process.

  15. Click Index Log if you want to check the log file of the process.

As an alternative method, you can also use the OpenText ExecSQL application with the following SQL statement:

VALIDATE INDEX Collection_name VALIDATE TABLE ABANDON VERBOSE;

Re-indexing the entire collection could take a long time, depending on the size of your collection, because the collection files are recreated and indexed.