Uses of Interface
com.atlassian.confluence.index.attachment.AttachmentExtractedTextManager
-
Packages that use AttachmentExtractedTextManager Package Description com.atlassian.confluence.impl.search.v2.extractor com.atlassian.confluence.internal.index.attachment -
-
Uses of AttachmentExtractedTextManager in com.atlassian.confluence.impl.search.v2.extractor
Constructors in com.atlassian.confluence.impl.search.v2.extractor with parameters of type AttachmentExtractedTextManager Constructor Description AttachmentExtractedTextExtractor(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 AttachmentExtractedTextManager Modifier and Type Class Description class
DefaultAttachmentExtractedTextManager
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 AttachmentExtractedTextManager Constructor Description AttachmentTextExtractionFunction(AttachmentDao attachmentDao, AttachmentExtractedTextManager attachmentExtractedTextManager, DelegatingAttachmentTextExtractor delegatingAttachmentTextExtractor, Supplier<Boolean> shouldCompressTextExtraction)
-