Modifier and Type | Class and Description |
---|---|
class |
AttachmentExtractedTextExtractor
Attempts to add an attachment extracted text into default searchable text if it is available, otherwise requests
a text extraction, wait for its completion and reattempt.
|
class |
AttachmentMetadataExtractor
Extracts metadata for attachments.
|
class |
AttachmentMimeTypeExtractor
Adds a field for attachment mime type.
|
class |
AttachmentOwnerContentTypeExtractor
Extracts and indexes the classname of the content that owns an attachment.
|
class |
CommentExtractor
Extracts the url, title and content type of the entity which contains a comment.
|
class |
ConfluenceAttachmentMetadataExtractor
Extracts metadata of attachments including the data of their owners.
|
class |
DefaultSearchableContentExtractor
An extractor responsible for extracting the body content from various Confluence content types and
adding it to the defaultSearchableText.
|
class |
DeletingRetentionPolicyExtractor
Extract 2 fields to tell whether a space retention policy may delete historical versions or trash.
|
class |
LastModifierNameContentExtractor
Extracts the last modifier of a
ConfluenceEntityObject as a stored field. |
class |
LastModifierNameExtractor
Extracts the last modifier of a
ConfluenceEntityObject as a unanalyzed, indexed field for the change index. |
class |
LimitedTextContentExtractor
A subclass of
BaseAttachmentContentExtractor which places a limit on how many bytes of the input stream
are read into memory. |
class |
PersonalInformationExtractor
Extracts indexed and stored fields relating to personal information.
|
class |
RetentionPolicyPropertyExtractor |
class |
SpaceDescriptionUsernameExtractor
Adding the "username" field to SpaceDescription index documents will allow them to be sorted together with PersonalInformation documents in People Directory search.
|
class |
SpaceKeyAndNameExtractor
Extracts and indexes the space key and name for searchables that belong to a space.
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneChangeExtractor
Adapts plugin registered
Extractor (s) for change document to an Extractor2 . |
class |
LuceneContentExtractor
Adapts plugin registered
Extractor (s) for content document to an Extractor2 . |
Modifier and Type | Method and Description |
---|---|
Collection<FieldDescriptor> |
CompositeExtractor.extract(Object searchable,
Iterable<Extractor2> extractors)
Aggregates output of a list of extractor2.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentEntityMetadataExtractor
An
Extractor2 which generates indexed fields for a number of ConfluenceEntityObject metedata fields. |
class |
EntityDateExtractor
Extracts the creation and last modification dates.
|
Modifier and Type | Method and Description |
---|---|
List<Extractor2> |
DefaultExtractor2Provider.get(SearchIndex searchIndex,
boolean requiresLatestVersion) |
List<Extractor2> |
Extractor2Provider.get(SearchIndex searchIndex,
boolean requiresLatestVersion) |
Modifier and Type | Method and Description |
---|---|
Extractor2 |
Extractor2ModuleDescriptor.createModule() |
Extractor2 |
Extractor2ModuleDescriptor.getModule() |
Modifier and Type | Class and Description |
---|---|
class |
ContentPropertiesExtractor
Extracts v2 API Field Descriptors from content properties associated with given content, based on a dynamic schema.
|
Modifier and Type | Class and Description |
---|---|
class |
MacroExtractor
Extractor that indexes macro usages on a content entity object
* @since 7.17
|
Modifier and Type | Class and Description |
---|---|
class |
BaseAttachmentContentExtractor
A base template for attachment content extractors to extend.
|
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences