Uses of Class
com.atlassian.confluence.search.v2.AtlassianDocument
Package
Description
Provides an extensible, flexible search API.
-
Uses of AtlassianDocument in com.atlassian.confluence.internal.index.v2
Modifier and TypeMethodDescriptionAtlassianChangeDocumentBuilder.build
(Searchable searchable) AtlassianContentDocumentBuilder.build
(Searchable searchable) -
Uses of AtlassianDocument in com.atlassian.confluence.plugins.edgeindex
Modifier 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
-
Uses of AtlassianDocument in com.atlassian.confluence.plugins.opensearch.bulk
Modifier and TypeMethodDescriptionvoid
OpenSearchBulkIndexWriter.add
(AtlassianDocument document) protected Map<String,
Collection<Object>> OpenSearchBulkIndexWriter.convert
(AtlassianDocument document) -
Uses of AtlassianDocument in com.atlassian.confluence.search.v2
Modifier and TypeMethodDescriptionAtlassianDocument.addField
(FieldDescriptor field) AtlassianDocument.addFields
(Collection<FieldDescriptor> fields) Sets an (optional) id that uniquely identifies this document on the index.Modifier 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.