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<com.atlassian.bonnie.Searchable> searchables, Class<? extends com.atlassian.bonnie.Searchable> entityType, BiConsumer<com.atlassian.bonnie.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 classDocValuesFieldDescriptorStores binary value in a columnar form.classDoubleFieldDescriptorField that supports efficient sorting and range queries double values.classFloatFieldDescriptorField that supports efficient sorting and range queries float values.classIntFieldDescriptorField that supports efficient sorting and range queries integer values.classLongFieldDescriptorField that supports efficient sorting and range queries long values.classNumericDocValuesFieldDescriptorField that stores a per-document long value for scoring, sorting or value retrieval.classSortedDocValuesFieldDescriptorStores binary value in a columnar form.classStoredFieldDescriptorUsed for non analyzed data.classStringFieldDescriptorUsed for keywords or non analyzed text.classTextFieldDescriptorUsed for analyzed text.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) -
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.lucene.extractor
Method parameters in com.atlassian.confluence.search.lucene.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 -
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)
-