Extractor plugin modules are available in Confluence 1.4 and later |
Attachment content extractor plugins enable Confluence to index the contents of attachments that it may not otherwise understand. Before you read this document, you should be familiar with Extractor Plugins.
The BaseAttachmentContentExtractor class
Attachment content extractor plugins must extend the bucket.search.lucene.extractor.BaseAttachmentContentExtractor base class. The skeleton of this class is:
The first attachment content extractor that returns Other (non-attachment) content extractors will still run, regardless. |
An Example
This is an example of a hypothetical extractor that extracts the contents of mp3 ID3 tags.






