Uses of Interface
com.atlassian.confluence.plugins.index.api.Extractor2
Packages that use Extractor2
Package
Description
-
Uses of Extractor2 in com.atlassian.confluence.impl.search.v2.extractor
Classes in com.atlassian.confluence.impl.search.v2.extractor that implement Extractor2Modifier and TypeClassDescriptionclassExtractor for CHANGE index, responsible for indexing the title and url path ofAddressablecontent.classAttempts 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.classExtracts metadata for attachments.classAdds a field for attachment mime type.classExtracts and indexes the classname of the content that owns an attachment.classExtracts the url, title and content type of the entity which contains a comment.classExtracts metadata of attachments including the data of their owners.classAnExtractor2which generates indexed fields for a number ofConfluenceEntityObjectmetedata fields.classExtracts the content permissions set on a searchable object.classExtracts some base "all content needs this" fields from the CustomContentEntityObject.classAn extractor responsible for extracting the body content from various Confluence content types and adding it to the defaultSearchableText.classExtract 2 fields to tell whether a space retention policy may delete historical versions or trash.classExtracts the creation and last modification dates.classExtracts Home Page status.classExtract label data from content entity objects.classExtracts the last modifier of aConfluenceEntityObjectas a stored field.classExtracts the last modifier of aConfluenceEntityObjectas a unanalyzed, indexed field for the change index.classA subclass ofBaseAttachmentContentExtractorwhich places a limit on how many bytes of the input stream are read into memory.classExtracts indexed and stored fields relating to personal information.classclassAdding the "content-name-unstemmed" field to the index document for aSpaceDescriptionobjectclassAdding the "username" field to SpaceDescription index documents will allow them to be sorted together with PersonalInformation documents in People Directory search.classExtracts and indexes aSpacerepresented by the searchable object.classExtracts and indexes the space key and name for searchables that belong to a space.classExtracts and indexes theSpaceTypeof the space given searchable object belongs to.classResponsible for extracting titles for various entities.classExtracts and indexes an untokenized title for sorting.classAppends the version comment of a ContentEntityObject to its searchable text.classExtracts and indexes content version -
Uses of Extractor2 in com.atlassian.confluence.internal.index.lucene
Classes in com.atlassian.confluence.internal.index.lucene that implement Extractor2Modifier and TypeClassDescriptionclassExtract default fields for a CHANGE index document that represents the change of a contentclassExtracts 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 Extractor2Modifier and TypeMethodDescriptionCompositeExtractor.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 Extractor2Modifier and TypeMethodDescriptionDeclarativeExtractor2Provider.get(SearchIndex searchIndex, boolean requiresLatestVersion) DefaultExtractor2Provider.get(SearchIndex searchIndex, boolean requiresLatestVersion) Extractor2Provider.get(SearchIndex searchIndex, boolean requiresLatestVersion) -
Uses of Extractor2 in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return Extractor2Modifier and TypeMethodDescriptionExtractor2ModuleDescriptor.createModule()Extractor2ModuleDescriptor.getModule() -
Uses of Extractor2 in com.atlassian.confluence.plugins.contentproperty.index.extractor
Classes in com.atlassian.confluence.plugins.contentproperty.index.extractor that implement Extractor2Modifier and TypeClassDescriptionclassExtracts 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 Extractor2Modifier and TypeClassDescriptionclassExtractor 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 Extractor2Modifier and TypeClassDescriptionclassA base template for attachment content extractors to extend.