Uses of Class
com.atlassian.confluence.search.v2.AtlassianDocument
Packages that use AtlassianDocument
Package
Description
Provides an extensible, flexible search API.
-
Uses of AtlassianDocument in com.atlassian.confluence.impl.search.queue
Methods in com.atlassian.confluence.impl.search.queue that return types with arguments of type AtlassianDocumentModifier and TypeMethodDescriptionPrefetchAtlassianDocumentRetriever.prefetch
(Searchable searchable) Retrieving prefetchAtlassianDocument
fromSearchable
.PrefetchAtlassianDocumentRetriever.prefetch
(JournalEntry journalEntry) Retrieving prefetchAtlassianDocument
fromJournalEntry
. -
Uses of AtlassianDocument in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene that return types with arguments of type AtlassianDocumentModifier and TypeMethodDescriptionPrefetchDocumentBuilder.createPrefetchedDocumentBuilder
(Collection<Searchable> searchables, String entityClassName) Prefetch multipleSearchable
-
Uses of AtlassianDocument in com.atlassian.confluence.internal.index.v2
Methods in com.atlassian.confluence.internal.index.v2 that return AtlassianDocumentModifier and TypeMethodDescriptionAtlassianChangeDocumentBuilder.build
(Searchable searchable) AtlassianContentDocumentBuilder.build
(Searchable searchable) AtlassianSelectiveFieldsDocumentBuilder.build
(Searchable searchable) -
Uses of AtlassianDocument in com.atlassian.confluence.plugins.edgeindex
Methods in com.atlassian.confluence.plugins.edgeindex that return AtlassianDocumentModifier and TypeMethodDescriptionDefaultEdgeDocumentFactory.buildDocument
(String edgeId, com.atlassian.sal.api.user.UserKey userKey, ContentEntityObject target, Date date, String edgeTypeKey) EdgeDocumentFactory.buildDocument
(String edgeId, com.atlassian.sal.api.user.UserKey userKey, ContentEntityObject target, Date date, String edgeTypeKey) Build the AtlassianDocument which will be stored as an edge index document -
Uses of AtlassianDocument in com.atlassian.confluence.plugins.edgeindex.tasks
Constructors in com.atlassian.confluence.plugins.edgeindex.tasks with parameters of type AtlassianDocument -
Uses of AtlassianDocument in com.atlassian.confluence.plugins.opensearch.bulk
Methods in com.atlassian.confluence.plugins.opensearch.bulk with parameters of type AtlassianDocumentModifier and TypeMethodDescriptionvoid
OpenSearchBulkIndexWriter.add
(AtlassianDocument document) protected Map<String,
Collection<Object>> OpenSearchBulkIndexWriter.convert
(AtlassianDocument document) void
OpenSearchBulkIndexWriter.update
(String documentId, AtlassianDocument document) -
Uses of AtlassianDocument in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that return AtlassianDocumentModifier and TypeMethodDescriptionAtlassianDocument.addField
(FieldDescriptor field) AtlassianDocument.addFields
(Collection<FieldDescriptor> fields) Sets an (optional) id that uniquely identifies this document on the index.Methods in com.atlassian.confluence.search.v2 with parameters of type AtlassianDocumentModifier and TypeMethodDescriptionvoid
SearchIndexWriter.add
(AtlassianDocument document) void
FieldMappings.addDocumentFields
(AtlassianDocument document) Add the mappings from the fields of the specified document prior to being indexed.void
SearchIndexWriter.update
(String documentId, AtlassianDocument document) Applies partial updates to the document with the given id.