Full Text Index Manager

Take control of the full-text indexes in your Notes environment

Full Text Index Manager

Install

Domino console command to install this app on your server:

tell Genesis install fti-manager

Install in MyAccount (for Prominic customers only)

Source code

If the project doesn't open in Moonshine-IDE, then run Project > Import Genesis Directory Application and paste the below URL.

Brief

Take control of the full-text indexes in your Notes environment. Full Text Index Manager automates the creation, deletion, and rebuilding of full-text indexes.

More information can be found here: https://helpsoftwareinc.com/products/full-text-index-manager.

  • Full Text Index Manager is a collection of three Notes databases. There are no .DLLs or .EXEs. No restart of your server will be needed after installation.
  • Full Text Index Manager must run on a server. Select the server to install Full Text Index Manager on.
  • Open FTIMANAGERDOC.NSF and follow the instructions for setting up Full Text Index Manager.
  • Contact support@helpsoft.com if you have problems or questions.

Trial Version Limitations

There is no time limit for the Full Text Index Manager trial version. The trial version is fully functional, but Full Text Index Manager will only process databases with file names that start with the letters ‘A’ through ‘M’. Databases with a file name that start with the letters ‘N’ through ‘Z’ will not be processed with the trial version.

Version: 1.0.0

{
    "title": "Full Text Index Manager (HelpSoft)",
    "versionjson": "${versionjson}",

    "config":
    {
        "version": "${version}"
    },

    "steps": [
    {
        "title": "--- Step 1. Download files ---",
        "files": [
            {"from": "${baseurl}/0/${docid}/$FILE/ftimanager.nsf", "to": "${directory}/ftimanager/ftimanager.nsf"},
            {"from": "${baseurl}/0/${docid}/$FILE/ftimanagerdoc.nsf", "to": "${directory}/ftimanager/ftimanagerdoc.nsf"},
            {"from": "${baseurl}/0/${docid}/$FILE/ftimanagerlog.nsf", "to": "${directory}/ftimanager/ftimanagerlog.nsf"}
        ]
    },
    {
        "title": "--- Step 2. Sign databases ---",
        "databases": [
             {
                "action": "update",
                "filePath": "ftimanager/ftimanager.nsf",
                "sign": true
              },
             {
                "action": "update",
                "filePath": "ftimanager/ftimanagerdoc.nsf",
                "sign": true
              },
             {
                "action": "update",
                "filePath": "ftimanager/ftimanagerlog.nsf",
                "sign": true
              }
        ]
    },
    {
        "title": "--- Step 3 (final). Completed ---",
        "messages": ["You have installed Full Text Index Manager (HelpSoft)", "Open FTIMANAGERDOC.NSF and follow the instructions for setting up Full Text Index Manager."]
    }

    ]
}