Uses of Class
com.atlassian.confluence.plugins.index.api.FieldDescriptor
-
-
Uses of FieldDescriptor in com.atlassian.confluence.impl.search.v2.extractor
Methods in com.atlassian.confluence.impl.search.v2.extractor that return types with arguments of type FieldDescriptor Modifier and Type Method Description Collection<FieldDescriptor>AddressableExtractor. extractFields(Object searchable)Extract fields from the searchable object.Collection<FieldDescriptor>AttachmentExtractedTextExtractor. extractFields(Object searchable)Collection<FieldDescriptor>AttachmentMetadataExtractor. extractFields(Object searchable)Collection<FieldDescriptor>AttachmentMimeTypeExtractor. extractFields(Object searchable)Collection<FieldDescriptor>AttachmentOwnerContentTypeExtractor. extractFields(Object searchable)Collection<FieldDescriptor>CommentExtractor. extractFields(Object searchable)Collection<FieldDescriptor>ConfluenceAttachmentMetadataExtractor. extractFields(Object searchable)Collection<FieldDescriptor>ContentEntityMetadataExtractor. extractFields(Object searchable)Collection<FieldDescriptor>ContentPermissionsExtractor. extractFields(Object searchable)Extract fields from the searchable object.Collection<FieldDescriptor>CustomContentSearchExtractor. extractFields(Object searchable)Extract fields from the searchable object.Collection<FieldDescriptor>DefaultSearchableContentExtractor. extractFields(Object searchable)Collection<FieldDescriptor>DeletingRetentionPolicyExtractor. extractFields(Object searchable)Collection<FieldDescriptor>EntityDateExtractor. extractFields(Object searchable)Collection<FieldDescriptor>HomePageExtractor. extractFields(Object searchable)Extract fields from the searchable object.Collection<FieldDescriptor>LabelExtractor. extractFields(Object searchable)Extract fields from the searchable object.Collection<FieldDescriptor>LastModifierNameContentExtractor. extractFields(Object searchable)Collection<FieldDescriptor>LastModifierNameExtractor. extractFields(Object searchable)Collection<FieldDescriptor>PersonalInformationExtractor. extractFields(Object searchable)Collection<FieldDescriptor>RetentionPolicyPropertyExtractor. extractFields(Object searchable)Collection<FieldDescriptor>SpaceDescriptionExtractor. extractFields(Object searchable)Collection<FieldDescriptor>SpaceDescriptionUsernameExtractor. extractFields(Object searchable)Collection<FieldDescriptor>SpaceExtractor. extractFields(Object searchable)Extract fields from the searchable object.Collection<FieldDescriptor>SpaceKeyAndNameExtractor. extractFields(Object searchable)Collection<FieldDescriptor>SpaceTypeExtractor. extractFields(Object searchable)Extract fields from the searchable object.Collection<FieldDescriptor>TitleExtractor. extractFields(Object searchable)Extract fields from the searchable object which implements one of the following interfaces:AddressableEditableLabelableIf an argument implements both interfaces, then the title is extracted in the above listed order.Collection<FieldDescriptor>UntokenizedTitleExtractor. extractFields(Object searchable)Extract fields from the searchable object.Collection<FieldDescriptor>VersionCommentExtractor. extractFields(Object searchable)Extract fields from the searchable object.Collection<FieldDescriptor>VersionNumberExtractor. extractFields(Object searchable)Extract fields from the searchable object.Method parameters in com.atlassian.confluence.impl.search.v2.extractor with type arguments of type FieldDescriptor Modifier and Type Method Description voidContentModifiersBulkExtractor. extractAll(Collection<ConfluenceEntityObject> entities, Class<? extends ConfluenceEntityObject> entityType, BiConsumer<ConfluenceEntityObject,FieldDescriptor> sink)voidContentPermissionsBulkExtractor. extractAll(Collection<Searchable> searchables, Class<? extends Searchable> entityType, BiConsumer<Searchable,FieldDescriptor> sink) -
Uses of FieldDescriptor in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene that return types with arguments of type FieldDescriptor Modifier and Type Method Description static Collection<FieldDescriptor>LuceneDocumentToFieldDescriptorConverter. convertDocument(org.apache.lucene.document.Document document)Collection<FieldDescriptor>LuceneChangeExtractor. extractFields(Object object)Collection<FieldDescriptor>LuceneContentExtractor. extractFields(Object object)Methods in com.atlassian.confluence.internal.index.lucene with parameters of type FieldDescriptor Modifier and Type Method Description org.apache.lucene.index.IndexableFieldLuceneFieldVisitor. visit(FieldDescriptor fieldDescriptor) -
Uses of FieldDescriptor in com.atlassian.confluence.internal.index.v2
Methods in com.atlassian.confluence.internal.index.v2 that return types with arguments of type FieldDescriptor Modifier and Type Method Description Collection<FieldDescriptor>CompositeExtractor. extract(Object searchable, Iterable<Extractor2> extractors)Aggregates output of a list of extractor2. -
Uses of FieldDescriptor in com.atlassian.confluence.plugins.contentproperty.index.extractor
Methods in com.atlassian.confluence.plugins.contentproperty.index.extractor that return types with arguments of type FieldDescriptor Modifier and Type Method Description Iterable<FieldDescriptor>ContentPropertyExtractionManager. extract(JsonString json, Iterable<ContentPropertySchemaField> schemaFields)Extracts JSON document fragments and transforms them into v2 API Field Descriptors with user-defined types.Iterable<FieldDescriptor>ContentPropertyExtractionManagerImpl. extract(JsonString json, Iterable<ContentPropertySchemaField> schemaFields)Collection<FieldDescriptor>ContentPropertiesExtractor. extractFields(Object searchable) -
Uses of FieldDescriptor in com.atlassian.confluence.plugins.contentproperty.index.schema
Methods in com.atlassian.confluence.plugins.contentproperty.index.schema that return types with arguments of type FieldDescriptor Modifier and Type Method Description com.atlassian.fugue.Option<FieldDescriptor>SchemaFieldType. createFrom(String fieldName, org.codehaus.jackson.JsonNode jsonNode) -
Uses of FieldDescriptor in com.atlassian.confluence.plugins.index.api
Subclasses of FieldDescriptor in com.atlassian.confluence.plugins.index.api Modifier and Type Class Description classDocValuesFieldDescriptorDeprecated.since 8.6.classDoubleFieldDescriptorDeprecated.since 8.6.classFloatFieldDescriptorDeprecated.since 8.6.classIntFieldDescriptorDeprecated.since 8.6.classLongFieldDescriptorDeprecated.since 8.6.classNumericDocValuesFieldDescriptorDeprecated.since 8.6.classSortedDocValuesFieldDescriptorDeprecated.since 8.6classStoredFieldDescriptorDeprecated.since 8.6.classStringFieldDescriptorDeprecated.since 8.6.classTextFieldDescriptorDeprecated.since 8.6.Methods in com.atlassian.confluence.plugins.index.api that return types with arguments of type FieldDescriptor Modifier and Type Method Description Collection<FieldDescriptor>Extractor2. extractFields(Object searchable)Extract fields from the searchable object.Methods in com.atlassian.confluence.plugins.index.api with parameters of type FieldDescriptor Modifier and Type Method Description TFieldVisitor. visit(FieldDescriptor field)Deprecated. -
Uses of FieldDescriptor in com.atlassian.confluence.plugins.index.api.mapping
Methods in com.atlassian.confluence.plugins.index.api.mapping that return FieldDescriptor Modifier and Type Method Description FieldDescriptorBinaryFieldMapping. createField(byte[] value)Create a field for the current mapping with the given valueFieldDescriptorBooleanFieldMapping. createField(boolean value)Create a field for the current mapping with the given valueFieldDescriptorDateFieldMapping. createField(Date value)Create a field for the current mapping with the given valueFieldDescriptorDoubleFieldMapping. createField(double value)Create a field for the current mapping with the given valueFieldDescriptorFloatFieldMapping. createField(float value)Create a field for the current mapping with the given valueFieldDescriptorIntFieldMapping. createField(int value)Create a field for the current mapping with the given valueFieldDescriptorLongFieldMapping. createField(long value)Create a field for the current mapping with the given valueFieldDescriptorStringFieldMapping. createField(String value)Create a field for the current mapping with the given valueFieldDescriptorTextFieldMapping. createField(String value)Create a field for the current mapping with the given value -
Uses of FieldDescriptor in com.atlassian.confluence.plugins.macrousage.extractor
Methods in com.atlassian.confluence.plugins.macrousage.extractor that return types with arguments of type FieldDescriptor Modifier and Type Method Description Collection<FieldDescriptor>MacroExtractor. extractFields(Object searchable)Extract macros from the searchable object. -
Uses of FieldDescriptor in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that return types with arguments of type FieldDescriptor Modifier and Type Method Description Collection<FieldDescriptor>AtlassianDocument. getFields()Methods in com.atlassian.confluence.search.v2 with parameters of type FieldDescriptor Modifier and Type Method Description AtlassianDocumentAtlassianDocument. addField(FieldDescriptor field)Method parameters in com.atlassian.confluence.search.v2 with type arguments of type FieldDescriptor Modifier and Type Method Description AtlassianDocumentAtlassianDocument. addFields(Collection<FieldDescriptor> fields)Constructor parameters in com.atlassian.confluence.search.v2 with type arguments of type FieldDescriptor Constructor Description AtlassianDocument(Collection<FieldDescriptor> fields) -
Uses of FieldDescriptor in com.atlassian.confluence.search.v2.extractor
Methods in com.atlassian.confluence.search.v2.extractor that return types with arguments of type FieldDescriptor Modifier and Type Method Description Collection<FieldDescriptor>BaseAttachmentContentExtractor. extractFields(Object searchable)Method parameters in com.atlassian.confluence.search.v2.extractor with type arguments of type FieldDescriptor Modifier and Type Method Description voidBulkExtractor. extractAll(Collection<T> entities, Class<? extends T> entityType, BiConsumer<T,FieldDescriptor> fieldDescriptorConsumer)Extracts all indexable data from all of the given entities
-