Properties defined as <tokenised>true</tokenised> are stored twice in the SOLR index. The following configuration changes <tokenised>true</tokenised> properties to <tokenised>both</tokenised>, increasing the required storage for the SOLR index.
To enable cross-language support for metadata:
Update the
alfresco-search-services/solrhome/conf/shared.properties
file with the following configuration:
alfresco.cross.locale.datatype.0={http://www.alfresco.org/model/dictionary/1.0}text
alfresco.cross.locale.datatype.2={http://www.alfresco.org/model/dictionary/1.0}mltext
See Install with mutual TLS for more information on how to update the alfresco-search-services/solrhome/conf/shared.properties file.
This configuration enables exact term searching for
properties declared as <tokenised>true</tokenised>.
Note: This configuration does not allow users whose browser locale
is set to English to view documents created with other locales.