Uses of Interface
com.atlassian.confluence.index.attachment.AttachmentExtractedTextManager
Packages that use AttachmentExtractedTextManager
Package
Description
-
Uses of AttachmentExtractedTextManager in com.atlassian.confluence.impl.search.v2.extractor
Constructors in com.atlassian.confluence.impl.search.v2.extractor with parameters of type AttachmentExtractedTextManagerModifierConstructorDescriptionAttachmentExtractedTextExtractor
(AttachmentExtractedTextManager attachmentExtractedTextManager, AttachmentStatusManager attachmentStatusManager, ApplicationStatusService applicationStatusService, AttachmentTextExtractionService remoteAttachmentTextExtractionService, PluginAttachmentTextExtractorsProvider pluginAttachmentTextExtractorsProvider, ShouldExtractAttachmentTextPredicate shouldExtractAttachmentTextPredicate) -
Uses of AttachmentExtractedTextManager in com.atlassian.confluence.internal.index.attachment
Classes in com.atlassian.confluence.internal.index.attachment that implement AttachmentExtractedTextManagerModifier and TypeClassDescriptionclass
Note that as extracted text is stored in the filesystem in compression format, changingDataCompressor
will require the migration of extracted text into new compression format.Constructors in com.atlassian.confluence.internal.index.attachment with parameters of type AttachmentExtractedTextManagerModifierConstructorDescriptionAttachmentTextExtractionFunction
(AttachmentDao attachmentDao, AttachmentExtractedTextManager attachmentExtractedTextManager, DelegatingAttachmentTextExtractor delegatingAttachmentTextExtractor, Supplier<Boolean> shouldCompressTextExtraction)