Issue
When DXP 7.2 is configured with Solr 7 and your patch level is Service Pack 1 (SP1) or Fix Pack 2 (FP2) or higher, if you navigate to the Search Tuning category on the Control Panel "Portlet is temporarily unavailable" error appears on page and errors are thrown in the console. This will be resolved under LPS-102609 and LPS-102611.
Resolution
Search Tuning features likes Synonyms and Result Rankings (available since SP1+/FP2+) are not supported on Solr. You must blacklist certain DXP modules that only work with Elasticsearch when DXP is configured to use Solr 7 as a search engine.
- Create a configuration file named
com.liferay.portal.bundle.blacklist.internal.BundleBlacklistConfiguration.config
- Give it these contents:
blacklistBundleSymbolicNames=["com.liferay.portal.search.tuning.web.api","com.liferay.portal.search.tuning.web","com.liferay.portal.search.tuning.synonyms.web","com.liferay.portal.search.tuning.rankings.web"]
- Place the file in
Liferay_Home/osgi/configs
.
Related Articles
Conteúdo Excluesivo para Assinantes
Uma Subscrição do Liferay Enterprise fornece acesso a mais de 1.500 artigos que incluem práticas recomendadas, solução de problemas e outras soluções valiosas. Faça login para obter acesso completo.
Entrar