Configuring FTS for localization
The <ARSystemInstallDir>\ftsconfiguration directory contains the files described in the following table to enable you to configure FTS for localization.
Configuration files for FTS
The FTSLocaleConfig.xml file (in <ARSystemInstallDir>\ftsconfiguration) contains pointers to the configuration files. For example:
<locale locale="en">
<stopwordfile>enStopword.txt</stopwordfile>
<rootwordfile>enRootword.txt</rootwordfile>
<thesaurusfile>enThesaurus.txt</thesaurusfile>
<indexAnalyzer> </indexAnalyzer>
<searchAnalyzer> </searchAnalyzer>
<stemmer>English</stemmer>
</locale>
<locale locale="de">
.
.
.
You can include as many "locale" elements as you need in the FTSLocaleConfig.xml file. By default, AR System is installed with two-letter locales defined, but you can also include country codes (for example, <locale locale="en_US"> ).
If any element is blank or missing in any locale section of the FTSLocaleConfig.xml file, FTS does not use that item in the analysis process.
For advanced configuration, you can enter the name of an index analyzer, search analyzer, or stemmer file in the FTSLocaleConfig.xml file. For more information, see Advanced FTS configuration files.
BMC Remedy AR System does not support Full Text Search if you have read-only database. For more information on using read-only database, see Using read-only database.