hybris product names not showing for a market

Came across an issue where the product names were not showing on the product list page for only one market. This is the fix for that issue.

1. Verify that all language entries in the schema.xml for solr have and entry for the language you are having an issue with (basically look for every entry that has "_en" and make sure there is a matching entry with "_es" in it. If there isn't and entry for "_es" copy the "_en" entry and paste it and replace the "_en" with a "_es") and update the file in the environment's server (the file is in the /hyb/app/solr/server/solr/configsets/default/conf/ directory) 
2. Verify that all language entries in the solrconfig.xml have and entry for the language you are having an issue with and update the file in the environment's server (the file is in the /hyb/app/solr/server/solr/configsets/default/conf/ directory) 
3. Login to the hmc and run a full index operation (System > Facet search > Indexer operation wizard) 
4. In the HMC, go to System > Facet search > Facet Search Config and scroll down to the properties section. Make sure that the language you are fixing is listed in the languages table. If it isn't there, right click on the table and click "Add Language". Select your language from the list that appears and click "Use" 
5. You may have to run another full index operation but that should fix the issue. 

Comments

Popular Posts