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

ModelDocumentContributor をジャーナル記事 (Web コンテンツ) に使用できますか?

written-by

Ricardo Couso

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

問題

  • ModelDocumentContributor インターフェイスは、Liferay の多くのエンティティでインデックスと検索操作をカスタマイズするために使用されます。
  • 雑誌記事(Webコンテンツ)の索引付けや検索のカスタマイズに利用できますか?

Environment

  • ライフレイ DXP 7.2、7.3、7.4

解決策

  • DXP 7.3 までは、Journal エンティティは ModelDocumentContributorを使用しません。
  • 代わりに、メソッドで インデクサー ポスト プロセッサ を使用できます。
    public void postProcessDocument(Document document, Object obj)
  • 例は ここに あり、ブレード サンプルは ブレード サンプル インデクサー - ポスト プロセッサで実行できます。
  • DXP 7.4 Update 15 では、すでに ModelDocumentContributorを使用できます。 たとえば このクラスを参照してください。

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base