-
Suggestion
-
Resolution: Fixed
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
You can configure the maximum indexable size of an attachment - https://confluence.atlassian.com/conf57/configuring-attachment-size-701435663.html
However, the way this works is that the content is still all extracted and then simply not saved in the index.
Customers often use this setting because large documents are resource intensive to extract the content from and often fail. With the current implementation we're helping to not store the content, but we're still expending resources to extract the content.
Recommend that this setting be modified so that these files are excluded earlier in the process and not extracted at all.
- incorporates
-
CONFSERVER-32752 Option in the UI to disable all attachment content indexing in Confluence
- Closed
- relates to
-
CONFSERVER-40914 Check size of attachment before content indexing
-
- Closed
-
-
AI-690 Skip Context Extraction for large indexes when file exceeds max config setting
- Closed
- mentioned in
-
Page Failed to load
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
We have now completed a range of work relating to how we index attachments.
Please review how attachments are indexed for full details.
Directly related to this ticket we have introduced a new system property atlassian.indexing.attachment.maxsize (default 100MB) which defines if an uploaded file is larger than the limit set by this property, text extraction and indexing will be skipped.