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

エラー: アップグレード後にログに表示される「type=mapping_parsing_exception, reason=Failed to find type parsed [icu_collation_keyword] for ....」

written-by

Georgel Pop

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

問題

  • ポータルをアップグレードした後、クライアント ログに次のエラーが表示される場合があります。
    type=mapping_parsing_exception, reason=Failed to find type parsed [icu_collation_keyword] for ....

Environment

  • DXP7.2以上

解決策

  • Elasticsearch 用の analysis-icu プラグインがインストールされているかどうかを確認する必要があります。
  • インストールされていない場合は、次を実行する必要があります。
    ./elasticsearch-plugin install analysis-icu
    
  • このプラグインのインストールは、Liferay の前提条件です。詳細については、以下を確認してください。 Elasticsearch をインストールします

追加情報

  • icu_collation_keyword LPS-152937によって導入され、プラグイン analysis-icuを利用しました。
did-this-article-resolve-your-issue

legacy-knowledge-base