FTS index migration
AR System uses the Lucene 4.9 search engine for Full Text Search (FTS) and uses a schema-specific multi-file index format to optimize read/write operations, resulting in searches that are about three times faster and indexes that are about 40 percent smaller than the Lucene 2.9 index used in earlier releases.
FTS migration utility
The Full Text Search (FTS) index migration utility arftsutil migrates the 2.9 index to the 4.9 multi-file format. The arftsutil utility does two things:
- Updates Apache Lucene 2.9 indexes to 4.9
- Splits the index into multiple schema-specific files
The two versions of arftsutil are:
- arftsutil.bat - For Windows servers
- arftsutil.sh - For UNIX servers
The arftsutil utility is embedded in the AR System interactive GUI installer and runs automatically if a single-file Lucene 2.9 index is detected. If the GUI installer detects that a Lucene 4.9 index is present, it does not execute arftsutil again.
The AR System GUI installer has no option to override automatic migration but you can bypass the migration by running the installer in silent mode with the following option:
To manually migrate a 2.9-based index, run arftsutil from the command line.
Windows servers:
<C:\BMCRemedy\AR>arftsutil.bat -d "<COLLECTION DIR PATH>" -c "<FTS CONFIGURATION DIR PATH>"UNIX or Linux servers:
</BMCRemedy/AR/arftsutil.sh -d "<COLLECTION DIR PATH>" -c "<FTS CONFIGURATION DIR PATH>"
Related topics:
- Installing BMC Remedy AR System in BMC Remedy ITSM Deployment documentation.
- Running the installer in silent mode in BMC Remedy ITSM Deployment documentation.