Modifier and Type | Method and Description |
---|---|
Collection<FieldDescriptor> |
LastModifierNameExtractor.extractFields(Object searchable) |
Collection<FieldDescriptor> |
LastModifierNameContentExtractor.extractFields(Object searchable) |
Collection<FieldDescriptor> |
AttachmentMetadataExtractor.extractFields(Object searchable) |
Collection<FieldDescriptor> |
DeletingRetentionPolicyExtractor.extractFields(Object searchable) |
Collection<FieldDescriptor> |
RetentionPolicyPropertyExtractor.extractFields(Object searchable) |
Collection<FieldDescriptor> |
SpaceDescriptionUsernameExtractor.extractFields(Object searchable) |
Collection<FieldDescriptor> |
AttachmentMimeTypeExtractor.extractFields(Object searchable) |
Collection<FieldDescriptor> |
AttachmentOwnerContentTypeExtractor.extractFields(Object searchable) |
Collection<FieldDescriptor> |
CommentExtractor.extractFields(Object searchable) |
Collection<FieldDescriptor> |
AttachmentExtractedTextExtractor.extractFields(Object searchable) |
Collection<FieldDescriptor> |
DefaultSearchableContentExtractor.extractFields(Object searchable) |
Collection<FieldDescriptor> |
PersonalInformationExtractor.extractFields(Object searchable) |
Collection<FieldDescriptor> |
ConfluenceAttachmentMetadataExtractor.extractFields(Object searchable) |
Collection<FieldDescriptor> |
SpaceKeyAndNameExtractor.extractFields(Object searchable) |
Modifier and Type | Method and Description |
---|---|
void |
ContentPermissionsBulkExtractor.extractAll(Collection<com.atlassian.bonnie.Searchable> searchables,
Class<? extends com.atlassian.bonnie.Searchable> entityType,
BiConsumer<com.atlassian.bonnie.Searchable,FieldDescriptor> sink) |
Modifier and Type | Method and Description |
---|---|
static Collection<FieldDescriptor> |
LuceneDocumentToFieldDescriptorConverter.convertDocument(org.apache.lucene.document.Document document) |
Collection<FieldDescriptor> |
LuceneChangeExtractor.extractFields(Object object) |
Collection<FieldDescriptor> |
LuceneContentExtractor.extractFields(Object object) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.index.IndexableField |
LuceneFieldVisitor.visit(FieldDescriptor fieldDescriptor) |
Modifier and Type | Method and Description |
---|---|
Collection<FieldDescriptor> |
CompositeExtractor.extract(Object searchable,
Iterable<Extractor2> extractors)
Aggregates output of a list of extractor2.
|
Modifier and Type | Method and Description |
---|---|
Collection<FieldDescriptor> |
EntityDateExtractor.extractFields(Object searchable) |
Collection<FieldDescriptor> |
ContentEntityMetadataExtractor.extractFields(Object searchable) |
Modifier and Type | Method and Description |
---|---|
void |
ContentModifiersBulkExtractor.extractAll(Collection<ConfluenceEntityObject> entities,
Class<? extends ConfluenceEntityObject> entityType,
BiConsumer<ConfluenceEntityObject,FieldDescriptor> sink) |
Modifier and Type | Method and Description |
---|---|
Iterable<FieldDescriptor> |
ContentPropertyExtractionManagerImpl.extract(JsonString json,
Iterable<ContentPropertySchemaField> schemaFields) |
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.
|
Collection<FieldDescriptor> |
ContentPropertiesExtractor.extractFields(Object searchable) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<FieldDescriptor> |
SchemaFieldType.createFrom(String fieldName,
org.codehaus.jackson.JsonNode jsonNode) |
Modifier and Type | Class and Description |
---|---|
class |
DocValuesFieldDescriptor
Stores binary value in a columnar form.
|
class |
DoubleFieldDescriptor
Field that supports efficient sorting and range queries double values.
|
class |
FloatFieldDescriptor
Field that supports efficient sorting and range queries float values.
|
class |
IntFieldDescriptor
Field that supports efficient sorting and range queries integer values.
|
class |
LongFieldDescriptor
Field that supports efficient sorting and range queries long values.
|
class |
NumericDocValuesFieldDescriptor
Field that stores a per-document long value for scoring, sorting or value retrieval.
|
class |
SortedDocValuesFieldDescriptor
Stores binary value in a columnar form.
|
class |
StoredFieldDescriptor
Used for non analyzed data.
|
class |
StringFieldDescriptor
Used for keywords or non analyzed text.
|
class |
TextFieldDescriptor
Used for analyzed text.
|
Modifier and Type | Method and Description |
---|---|
Collection<FieldDescriptor> |
Extractor2.extractFields(Object searchable)
Extract fields from the searchable object.
|
Modifier and Type | Method and Description |
---|---|
T |
FieldVisitor.visit(FieldDescriptor field) |
Modifier and Type | Method and Description |
---|---|
Collection<FieldDescriptor> |
MacroExtractor.extractFields(Object searchable)
Extract macros from the searchable object.
|
Modifier and Type | Method and 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
|
Modifier and Type | Method and Description |
---|---|
Collection<FieldDescriptor> |
AtlassianDocument.getFields() |
Modifier and Type | Method and Description |
---|---|
AtlassianDocument |
AtlassianDocument.addField(FieldDescriptor field) |
Modifier and Type | Method and Description |
---|---|
AtlassianDocument |
AtlassianDocument.addFields(Collection<FieldDescriptor> fields) |
Constructor and Description |
---|
AtlassianDocument(Collection<FieldDescriptor> fields) |
Modifier and Type | Method and Description |
---|---|
Collection<FieldDescriptor> |
BaseAttachmentContentExtractor.extractFields(Object searchable) |
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences