legacy-knowledge-base
公開されました Jul. 2, 2025

DXP 7.2 Service Pack 1(SP1)/ Fix Pack 2(FP2)がSolr 7で構成されている場合、検索チューニングモジュールを非アクティブにする必要があります

written-by

Tibor Lipusz

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

DXP 7.2がSolr 7で構成され、パッチレベルが Service Pack 1(SP1) または Fix Pack 2(FP2) 以上の場合、コントロールパネルの[ 検索チューニング] カテゴリに移動すると、「 ポートレットは一時的に利用できません 」というエラーがページに表示され、コンソールでエラーがスローされます。これは LPS-102609 および LPS-102611 で解決されます。

詳細

同義語 結果ランキング (SP1 + / FP2 +以降で使用可能)などの検索チューニング機能は、Solrではサポートされていません。Solr 7を検索エンジンとして使用するようにDXPが構成されている場合にのみ、Elasticsearchで動作する特定のDXPモジュールをブラックリストに登録する必要があります。

  1. 以下の名前の設定ファイルを作成します  com.liferay.portal.bundle.blacklist.internal.BundleBlacklistConfiguration.config
  2. 次の内容を提供します。
        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 " ]
    
  3. ファイルをLiferay_Home/osgi/configsに配置します

関連記事

did-this-article-resolve-your-issue

legacy-knowledge-base