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

Tika WriteLimitReachedException エラーを解決するにはどうすればよいですか?

written-by

Madeleine Clay

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

問題

  • 次のエラーが表示されます。
    org.apache.tika.sax.WriteOutContentHandler$WriteLimitReachedException: Your document contained more than 1048576 characters, and so your requested limit has been reached. To receive the full text of the document, increase your limit. (Text up to the limit is however available).

Environment

  • DXP 7.2
  • DXP 7.3

解決策

  • Tika の書き込み制限は、次のプロパティによってバイト単位で設定されます。
    #

    # Set the maximum size for a file's indexable content. Files larger than

    # this property will only have this amount of their content indexed. A value

    # of -1 indicates that all of a file's content will be indexed. A value of 0

    # indicates that none of the file's content will be indexed.

    #

    dl.file.indexing.max.size=1048576
  • portal-ext.properties でこのプロパティによって設定されたインデックス作成の制限を増やすと、Tika の書き込み制限が増加します は、影響を受けるドキュメントの全文をインデックス化できるようにすることでエラーを回避します。

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base