| Interface | Description |
|---|---|
| BulkExtractor<T> |
Provides operations that allow bulk extraction of multiple entities at once, as an alternative to the
Extractor2 interface. |
| Class | Description |
|---|---|
| AddressableExtractor |
Extractor responsible for indexing the title and url path of
Addressable content. |
| AttachmentExtractedTextExtractor | Deprecated
since 7.14 use
AttachmentExtractedTextExtractor instead. |
| AttachmentMimeTypeExtractor |
Adds a field for attachment mime type.
|
| AttachmentOwnerContentTypeExtractor | Deprecated
since 7.14 use
AttachmentOwnerContentTypeExtractor instead. |
| CommentExtractor | Deprecated
since 7.14 use
CommentExtractor instead. |
| ConfluenceAttachmentMetadataExtractor | Deprecated
since 7.14 See
ConfluenceAttachmentMetadataExtractor
Not being used in marketplace. |
| ContentEntityMetadataExtractor | Deprecated
since 7.14 Replaced by
ContentEntityMetadataExtractor. |
| ContentPermissionsExtractor | Deprecated
since 7.14 Replaced by
ContentPermissionsBulkExtractor |
| DefaultSearchableContentExtractor |
An extractor responsible for extracting the default searchable content from various Confluence content types and
adding it to the defaultSearchableText.
|
| EntityDateExtractor | Deprecated
since 7.14 by
EntityDateExtractor |
| HomePageExtractor | |
| HtmlEntityFilterExtractor | |
| HTMLSearchableTextExtractor |
A utility class that will take a String formatted as HTML and remove all tags and attributes leaving only the text
nodes and CData content intact.
|
| LastModifierNameContentExtractor | |
| LastModifierNameExtractor | |
| LimitedTextContentExtractor |
A subclass of Bonnie's
DefaultTextContentExtractor which places a limit on how many bytes of the input stream
are read into memory. |
| MacroUsageExtractorFields |
This class contains the constants for field names used by the MacroUsageExtractor bundled plugin, it lives here
so that core confluence can depend on the field names.
|
| PageContentEntityObjectExtractor | Deprecated
since 7.14 use field name constants from
SearchFieldNames instead. |
| PageContentEntityObjectExtractor.FieldNames | |
| PersonalInformationExtractor |
Adds PersonalInformation specific fields
|
| SpaceDescriptionUsernameExtractor |
Adding the "username" field to SpaceDescription index documents will allow them to be sorted together with PersonalInformation documents in People Directory search.
|
| SpaceKeyAndNameExtractor | Deprecated
since 7.14.0 see
SpaceKeyAndNameExtractor
to be removed when confluence-questions breaks backwards compatibility |
| SpaceTypeExtractor |
Extracts and indexes the
SpaceType of the space a searchable belongs to. |
| TitleExtractor |
Responsible for extracting titles for various entities.
|
| UntokenizedTitleExtractor |
Extracts and indexes an untokenized title for sorting.
|
| VersionCommentExtractor |
Appends the version comment of a ContentEntityObject to its searchable text.
|
| VersionNumberExtractor |
Extracts and indexes content version
|
Copyright © 2003–2021 Atlassian. All rights reserved.