Configuring FTS for localization


You ca configure FTS for localization only for on-premises deployments.

The ARSystemInstallDir\ftsconfiguration directory contains the files described in the following table to enable you to configure FTS for localization.

Configuration files for FTS

If you modify any of the FTS configuration files, you must restart the server for the changes to take effect.

The FTSLocaleConfig.xml file (in ARSystemInstallDir\ftsconfiguration) contains pointers to the configuration files. For example:

<config>
  <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, FTSdoes not use that item in the analysis process.

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.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*