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

DXP 7.3 で組み込み Elasticsearch を無効にする

written-by

Amit Tiwari

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

問題

  • 埋め込みエラスティック検索を無効にする方法は?

Environment

  • Liferay DXP 7.3

解決策

  • 以下の手順を参照してください:
    1. "com.liferay.portal.bundle.blacklist.internal.BundleBlacklistConfiguration.config" という名前の構成ファイルを作成し、このファイルを $Liferay-Home → osgi → configに配置します。
    2. 上記で作成したファイルに以下の内容を追加します:
 blacklistBundleSymbolicNames=[ \ "com.liferay.portal.search.elasticsearch7.api", \
"com.liferay.portal.search.elasticsearch7.impl", \
"com.liferay.portal.search.elasticsearch7.spi", \
"com.liferay.portal.search.elasticsearch7.xpack.security.impl", \
"Liferay Connector to X-Pack Security [Elastic Stack 7.x] - Impl" \
]
did-this-article-resolve-your-issue

legacy-knowledge-base