Reset the content index (FAST Search Lotus Notes connector)

 

Applies to: FAST Search Server 2010

This topic explains how to completely remove previously crawled Lotus Notes content from the index. First you must clear the state tracker database, and then you should decide whether or not you want to delete the FAST Search Lotus Notes content connector configuration file, and lastly you must clear the content collection that the Lotus Notes content was fed to.

Clear the state tracker database

  1. Open the FAST Search Lotus Notes content connector configuration file. You can find this file in the etc folder of the FAST Search Server 2010 for SharePoint installation folder.

    1. Set the parameter StateTracker/PurgeAtStart to true.

    2. Set the parameter Filters/Database to a non-existent database name, for example nosuchdatabaseexists. This will cause the connector to not find any content to crawl.

    3. Save the file.

  2. Run the FAST Search Lotus Notes content connector. This will clear all the state tracker database tables and free space in the SQL Server database.

    1. Verify that you meet the following minimum requirement: You are a member of the FASTSearchAdministrators local group on the computer where FAST Search Server 2010 for SharePoint is installed.

    2. On the Start menu, click All Programs.

    3. Click Microsoft FAST Search Server 2010 for SharePoint.

    4. Click the Microsoft FAST Search Server 2010 for SharePoint shell.

    5. At the Microsoft FAST Search Server 2010 for SharePoint shell command prompt, type the following command:

      lotusnotesconnector.bat start –f ..\etc\<content connector configuration filename>

      Where:

      • <content connector configuration filename> is the name of the FAST Search Lotus Notes content connector configuration file.
  3. Wait for the connector to clear its state tracker database tables and to stop running. Since you provided a non-existent database name in step 1b, the connector will fail with an error message that you can ignore. The state tracker database is now cleared.

If you want to delete the FAST Search Lotus Notes content connector configuration file, continue with Remove the configuration (optional). If you want to keep the configuration file for later use, continue with Clear the content collection.

Remove the configuration (optional)

Skip these steps if you want to reuse the FAST Search Lotus Notes content connector configuration file later.

  1. Navigate to the FAST Search Lotus Notes content connector configuration file that you want to remove. You can find this file in the etc folder of the FAST Search Server 2010 for SharePoint installation folder.

  2. Open the configuration file and note the name of the content collection that is specified in the parameter FASTSearchSubmit/Collection if you have not already done this.

  3. Delete the file.

The FAST Search Lotus Notes content connector configuration file is now removed. Continue with Clear the content collection.

Clear the content collection

You are now ready to reset the content index by clearing the contents of the content collection that you were feeding to.

Warning

This will delete all items in the content collection. Any other content from other content sources that was fed to the same content collection is also cleared.

  1. Verify that you meet the following minimum requirement: You are a member of the FASTSearchAdministrators local group on the computer where FAST Search Server 2010 for SharePoint is installed.

  2. On the Start menu, click All Programs.

  3. Click Microsoft FAST Search Server 2010 for SharePoint.

  4. Click the Microsoft FAST Search Server 2010 for SharePoint shell.

  5. At the Microsoft FAST Search Server 2010 for SharePoint shell command prompt, type the following command:

    Clear-FASTSearchContentCollection -Name <collection name>

    Where:

    • <collection name> is the content collection you are about to clear.
  6. Wait for the command to finish. This may take some time.

    Important

    After clearing the content collection, all the relevant content will have been removed from the search index. It will not be searchable until the FAST Search Lotus Notes content connector is rerun.

See Also

Reference

Clear-FASTSearchContentCollection

Concepts

Configure the FAST Search Lotus Notes content connector
Test, start or stop a crawl (FAST Search Lotus Notes content connector)
lotusnotestemplate.xml reference