Package | Description |
---|---|
com.atlassian.confluence.internal.index.attachment | |
com.atlassian.confluence.search.lucene.extractor |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAttachmentExtractedTextManager
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. |
Constructor and Description |
---|
AttachmentTextExtractionFunction(AttachmentDao attachmentDao,
AttachmentExtractedTextManager attachmentExtractedTextManager,
DelegatingAttachmentTextExtractor delegatingAttachmentTextExtractor,
Supplier<Boolean> shouldCompressTextExtraction) |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentExtractedTextExtractor.setAttachmentExtractedTextManager(AttachmentExtractedTextManager attachmentExtractedTextManager)
Is called by plugin system that injects attachment extracted text manager into this object.
|
Constructor and Description |
---|
AttachmentExtractedTextExtractor(AttachmentExtractedTextManager attachmentExtractedTextManager,
AttachmentStatusManager attachmentStatusManager,
ApplicationStatusService applicationStatusService,
AttachmentTextExtractionService remoteAttachmentTextExtractionService,
Function<Attachment,Boolean> shouldExtractChecker) |
Copyright © 2003–2021 Atlassian. All rights reserved.