Page 1 of 1

How does searching work for other languages?

Posted: Mon Oct 21, 2013 7:49 am
by jayhuang
Hi all,

Suppose I have a product whose name is configured to have translations for chinese, korean and japanese, when solr indexes the product, does it also index the translated names? Can one search for its translated name against the index by default? How exactly does broadleaf index translated values?

Any input will be much appreciated.

Regards,
Jay

Re: How does searching work for other languages?

Posted: Tue Nov 12, 2013 5:42 pm
by bpolster
When building the document, the translatable fields are indexed multiple times (once for each translation).

A good way to see what is going on is to turn on TRACE level logging for SolrIndexServiceImpl.