legacy-knowledge-base
公開されました Jun. 30, 2025

DXP 7.2からDXP 7.4にアップグレードした後、完全再インデックスが機能しない

written-by

Peter Nyiro

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からDXP 7.4にアップグレードしたのですが、7.4のインスタンスを起動した後、完全な再インデックスを実行しようとすると動作しません。
  • アップグレード前に、以下の設定ファイルを追加して「インデックスの読み取り専用」を有効にしました:
com.liferay.portal.search.configuration.IndexStatusManagerConfiguration.config indexReadOnly = "true"

環境

  • Liferay DXP 7.4

解像度

  • アップグレード後は、以下のように設定ファイルで「インデックス読み取り専用」をfalseに設定して無効にする必要があります:
com.liferay.portal.search.configuration.IndexStatusManagerConfiguration.config indexReadOnly = "false".

  • また、コントロールパネル → 設定 → システム設定 → プラットフォーム → 検索 → インデックスステータスメジャー → チェックを外すことで、UIからインデックスの読み取り専用を無効にすることができます:インデックスの読み取り専用」のチェックを外し、「保存」する。
did-this-article-resolve-your-issue

legacy-knowledge-base