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:Addressable
EditableLabelable
If 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 void
ContentModifiersBulkExtractor. extractAll(Collection<ConfluenceEntityObject> entities, Class<? extends ConfluenceEntityObject> entityType, BiConsumer<ConfluenceEntityObject,FieldDescriptor> sink)
void
ContentPermissionsBulkExtractor. 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.IndexableField
LuceneFieldVisitor. 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 class
DocValuesFieldDescriptor
Deprecated.since 8.6.class
DoubleFieldDescriptor
Deprecated.since 8.6.class
FloatFieldDescriptor
Deprecated.since 8.6.class
IntFieldDescriptor
Deprecated.since 8.6.class
LongFieldDescriptor
Deprecated.since 8.6.class
NumericDocValuesFieldDescriptor
Deprecated.since 8.6.class
SortedDocValuesFieldDescriptor
Deprecated.since 8.6class
StoredFieldDescriptor
Deprecated.since 8.6.class
StringFieldDescriptor
Deprecated.since 8.6.class
TextFieldDescriptor
Deprecated.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 T
FieldVisitor. 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 FieldDescriptor
BinaryFieldMapping. createField(byte[] value)
Create a field for the current mapping with the given valueFieldDescriptor
BooleanFieldMapping. createField(boolean value)
Create a field for the current mapping with the given valueFieldDescriptor
DateFieldMapping. createField(Date value)
Create a field for the current mapping with the given valueFieldDescriptor
DoubleFieldMapping. createField(double value)
Create a field for the current mapping with the given valueFieldDescriptor
FloatFieldMapping. createField(float value)
Create a field for the current mapping with the given valueFieldDescriptor
IntFieldMapping. createField(int value)
Create a field for the current mapping with the given valueFieldDescriptor
LongFieldMapping. createField(long value)
Create a field for the current mapping with the given valueFieldDescriptor
StringFieldMapping. createField(String value)
Create a field for the current mapping with the given valueFieldDescriptor
TextFieldMapping. 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 AtlassianDocument
AtlassianDocument. addField(FieldDescriptor field)
Method parameters in com.atlassian.confluence.search.v2 with type arguments of type FieldDescriptor Modifier and Type Method Description AtlassianDocument
AtlassianDocument. 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 void
BulkExtractor. extractAll(Collection<T> entities, Class<? extends T> entityType, BiConsumer<T,FieldDescriptor> fieldDescriptorConsumer)
Extracts all indexable data from all of the given entities
-