Uses of Interface
com.atlassian.confluence.plugins.index.api.Extractor2
- 
- 
Uses of Extractor2 in com.atlassian.confluence.impl.search.v2.extractor
Classes in com.atlassian.confluence.impl.search.v2.extractor that implement Extractor2 Modifier and Type Class Description classAddressableExtractorExtractor for CHANGE index, responsible for indexing the title and url path ofAddressablecontent.classAttachmentExtractedTextExtractorAttempts 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.classAttachmentMetadataExtractorExtracts metadata for attachments.classAttachmentMimeTypeExtractorAdds a field for attachment mime type.classAttachmentOwnerContentTypeExtractorExtracts and indexes the classname of the content that owns an attachment.classCommentExtractorExtracts the url, title and content type of the entity which contains a comment.classConfluenceAttachmentMetadataExtractorExtracts metadata of attachments including the data of their owners.classContentEntityMetadataExtractorAnExtractor2which generates indexed fields for a number ofConfluenceEntityObjectmetedata fields.classContentPermissionsExtractorExtracts the content permissions set on a searchable object.classCustomContentSearchExtractorExtracts some base "all content needs this" fields from the CustomContentEntityObject.classDefaultSearchableContentExtractorAn extractor responsible for extracting the body content from various Confluence content types and adding it to the defaultSearchableText.classDeletingRetentionPolicyExtractorExtract 2 fields to tell whether a space retention policy may delete historical versions or trash.classEntityDateExtractorExtracts the creation and last modification dates.classHomePageExtractorExtracts Home Page status.classLabelExtractorExtract label data from content entity objects.classLastModifierNameContentExtractorExtracts the last modifier of aConfluenceEntityObjectas a stored field.classLastModifierNameExtractorExtracts the last modifier of aConfluenceEntityObjectas a unanalyzed, indexed field for the change index.classLimitedTextContentExtractorA subclass ofBaseAttachmentContentExtractorwhich places a limit on how many bytes of the input stream are read into memory.classPersonalInformationExtractorExtracts indexed and stored fields relating to personal information.classRetentionPolicyPropertyExtractorclassSpaceDescriptionExtractorAdding the "content-name-unstemmed" field to the index document for aSpaceDescriptionobjectclassSpaceDescriptionUsernameExtractorAdding the "username" field to SpaceDescription index documents will allow them to be sorted together with PersonalInformation documents in People Directory search.classSpaceExtractorExtracts and indexes aSpacerepresented by the searchable object.classSpaceKeyAndNameExtractorExtracts and indexes the space key and name for searchables that belong to a space.classSpaceTypeExtractorExtracts and indexes theSpaceTypeof the space given searchable object belongs to.classTitleExtractorResponsible for extracting titles for various entities.classUntokenizedTitleExtractorExtracts and indexes an untokenized title for sorting.classVersionCommentExtractorAppends the version comment of a ContentEntityObject to its searchable text.classVersionNumberExtractorExtracts and indexes content version - 
Uses of Extractor2 in com.atlassian.confluence.internal.index.lucene
Classes in com.atlassian.confluence.internal.index.lucene that implement Extractor2 Modifier and Type Class Description classLuceneChangeExtractorExtract default fields for a CHANGE index document that represents the change of a contentclassLuceneContentExtractorExtracts default fields for a CONTENT index document that represents the content - 
Uses of Extractor2 in com.atlassian.confluence.internal.index.v2
Method parameters in com.atlassian.confluence.internal.index.v2 with type arguments of type Extractor2 Modifier and Type Method Description Collection<FieldDescriptor>CompositeExtractor. extract(Object searchable, Iterable<Extractor2> extractors)Aggregates output of a list of extractor2. - 
Uses of Extractor2 in com.atlassian.confluence.internal.search.extractor2
Methods in com.atlassian.confluence.internal.search.extractor2 that return types with arguments of type Extractor2 Modifier and Type Method Description List<Extractor2>DefaultExtractor2Provider. get(SearchIndex searchIndex, boolean requiresLatestVersion)List<Extractor2>Extractor2Provider. get(SearchIndex searchIndex, boolean requiresLatestVersion) - 
Uses of Extractor2 in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return Extractor2 Modifier and Type Method Description Extractor2Extractor2ModuleDescriptor. createModule()Extractor2Extractor2ModuleDescriptor. getModule() - 
Uses of Extractor2 in com.atlassian.confluence.plugins.contentproperty.index.extractor
Classes in com.atlassian.confluence.plugins.contentproperty.index.extractor that implement Extractor2 Modifier and Type Class Description classContentPropertiesExtractorExtracts v2 API Field Descriptors from content properties associated with given content, based on a dynamic schema. - 
Uses of Extractor2 in com.atlassian.confluence.plugins.macrousage.extractor
Classes in com.atlassian.confluence.plugins.macrousage.extractor that implement Extractor2 Modifier and Type Class Description classMacroExtractorExtractor that indexes macro usages on a content entity object * @since 7.17 - 
Uses of Extractor2 in com.atlassian.confluence.search.v2.extractor
Classes in com.atlassian.confluence.search.v2.extractor that implement Extractor2 Modifier and Type Class Description classBaseAttachmentContentExtractorA base template for attachment content extractors to extend. 
 -