@Internal public class AttachmentExtractedTextExtractor extends Object implements com.atlassian.confluence.plugins.index.api.Extractor2
| Modifier and Type | Field and Description |
|---|---|
static String |
ATLASSIAN_INDEXING_ATTACHMENT_MAXSIZE |
static long |
ATLASSIAN_INDEXING_ATTACHMENT_MAXSIZE_DEFAULT |
| Constructor and Description |
|---|
AttachmentExtractedTextExtractor(AttachmentExtractedTextManager attachmentExtractedTextManager,
AttachmentStatusManager attachmentStatusManager,
ApplicationStatusService applicationStatusService,
AttachmentTextExtractionService remoteAttachmentTextExtractionService,
PluginAttachmentTextExtractorsProvider pluginAttachmentTextExtractorsProvider,
ShouldExtractAttachmentTextPredicate shouldExtractAttachmentTextPredicate) |
| Modifier and Type | Method and Description |
|---|---|
Collection<com.atlassian.confluence.plugins.index.api.FieldDescriptor> |
extractFields(Object searchable) |
StringBuilder |
extractText(Object searchable) |
public static final String ATLASSIAN_INDEXING_ATTACHMENT_MAXSIZE
public static final long ATLASSIAN_INDEXING_ATTACHMENT_MAXSIZE_DEFAULT
public AttachmentExtractedTextExtractor(AttachmentExtractedTextManager attachmentExtractedTextManager, AttachmentStatusManager attachmentStatusManager, ApplicationStatusService applicationStatusService, AttachmentTextExtractionService remoteAttachmentTextExtractionService, PluginAttachmentTextExtractorsProvider pluginAttachmentTextExtractorsProvider, ShouldExtractAttachmentTextPredicate shouldExtractAttachmentTextPredicate)
public StringBuilder extractText(Object searchable)
extractText in interface com.atlassian.confluence.plugins.index.api.Extractor2public Collection<com.atlassian.confluence.plugins.index.api.FieldDescriptor> extractFields(Object searchable)
extractFields in interface com.atlassian.confluence.plugins.index.api.Extractor2Copyright © 2003–2021 Atlassian. All rights reserved.