Package com.atlassian.confluence.internal.index.attachment
package com.atlassian.confluence.internal.index.attachment
-
ClassDescriptionAttachment status reflects the result of attachment content extraction operation, which is a part of content indexing operation.Attachment status manager.A function that enables transaction demarcation around attachment text extraction.Note that as extracted text is stored in the filesystem in compression format, changing
DataCompressor
will require the migration of extracted text into new compression format.The entry point for all attachment text extractors.Service that processes attachment text extraction requests such that the requests on the same attachment will be processed sequentially.Provides a list of available attachment text extractors which are classes implementingAttachmentTextExtractor
and registered according toAttachmentTextExtractorModuleDescriptor
.