問題
- 次のエラーが表示されます。
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 の書き込み制限が増加します は、影響を受けるドキュメントの全文をインデックス化できるようにすることでエラーを回避します。
追加情報
- 詳しくはこちら ドキュメントとメディア ライブラリの容量