Configuration for localized character sets

To configure the ClearQuest full-text search feature to support localized character sets, you must update the Solr schema file, schema.xml, to use the appropriate language analyzer.

By default, the file schema.xml is optimized for English. You can modify the <fieldType> section of this file to support your language by specifying the appropriate language analyzer.

The file schema.xml is located in the following directory:
On Windows:
%SOLR_HOME%\config\
On Unix:
$SOLR_HOME/config/

For details on how to modify schema.xml to support localized character sets, see the online help for Solr and Lucene.

Related tasks
Establishing the location of the index
Configuring the fields for Solr to index

Feedback