Uses of Interface
com.atlassian.bonnie.Searchable
Packages that use Searchable
Package
Description
Provides a Lucene-backed implementation of the
SearchManager
.Provides an extensible, flexible search API.
-
Uses of Searchable in bucket.core.persistence.hibernate
Constructors in bucket.core.persistence.hibernate with parameters of type Searchable -
Uses of Searchable in com.atlassian.bonnie
Methods in com.atlassian.bonnie that return types with arguments of type SearchableModifier and TypeMethodDescriptiondefault Collection<Searchable>
Searchable.getSearchableDependants()
When we un-index something (say, a page), we also need to un-index everything contained within that page (comments, attachments), because presumably they're all about to go away.Methods in com.atlassian.bonnie with parameters of type SearchableModifier and TypeMethodDescriptionvoid
Indexer.index
(Searchable obj) void
Indexer.reIndex
(Searchable obj) void
Indexer.unIndex
(Searchable obj) -
Uses of Searchable in com.atlassian.confluence.content
Classes in com.atlassian.confluence.content that implement SearchableModifier and TypeClassDescriptionclass
Generic ContentEntityObject that plugins can use to extend Confluence's content system. -
Uses of Searchable in com.atlassian.confluence.content.render.xhtml.migration.macro
Classes in com.atlassian.confluence.content.render.xhtml.migration.macro with type parameters of type SearchableModifier and TypeClassDescriptionclass
IndexingBatchTask<T extends Searchable>
A decorating batch task, re-indexing the searchable that the task is applied to.Constructor parameters in com.atlassian.confluence.content.render.xhtml.migration.macro with type arguments of type SearchableModifierConstructorDescriptionSearchResultsBatchWorkSource
(SearchManager searchManager, List<SearchResult> searchResults, int batchSize, com.google.common.base.Function<Searchable, T> transformer) -
Uses of Searchable in com.atlassian.confluence.core
Classes in com.atlassian.confluence.core that implement SearchableModifier and TypeClassDescriptionclass
class
A ContentEntityObject that is a first-class member of a Space (i.e. -
Uses of Searchable in com.atlassian.confluence.core.persistence
Method parameters in com.atlassian.confluence.core.persistence with type arguments of type SearchableModifier and TypeMethodDescriptionint
SearchableDao.getCountOfLatestSearchables
(Class<? extends Searchable> clazz) Finds the count of the latest searchables that implement the specified hibernate entity class.int
SearchableDao.getCountOfLatestSearchables
(String spaceKey, Class<? extends Searchable> clazz) SearchableDao.getLatestSearchableHandles
(Class<? extends Searchable> clazz) Finds a list of handles for the specified class.SearchableDao.getLatestSearchableHandles
(Class<? extends Searchable> clazz, Optional<String> spaceKey) -
Uses of Searchable in com.atlassian.confluence.core.persistence.hibernate
Method parameters in com.atlassian.confluence.core.persistence.hibernate with type arguments of type SearchableModifier and TypeMethodDescriptionint
HibernateSearchableDao.getCountOfLatestSearchables
(Class<? extends Searchable> clazz) int
HibernateSearchableDao.getCountOfLatestSearchables
(String spaceKey, Class<? extends Searchable> clazz) HibernateSearchableDao.getLatestSearchableHandles
(Class<? extends Searchable> clazz) HibernateSearchableDao.getLatestSearchableHandles
(Class<? extends Searchable> clazz, Optional<String> spaceKeyOptional) Constructors in com.atlassian.confluence.core.persistence.hibernate with parameters of type Searchable -
Uses of Searchable in com.atlassian.confluence.event.events.index
Constructors in com.atlassian.confluence.event.events.index with parameters of type SearchableModifierConstructorDescriptionIndexDocumentBuildEvent
(long startMillis, long endMillis, String documentType, @NonNull Searchable searchable) -
Uses of Searchable in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content that return types with arguments of type SearchableModifier and TypeMethodDescription@NonNull Map<Searchable,
Integer> DefaultCommentManager.countComments
(Collection<? extends Searchable> searchables) Methods in com.atlassian.confluence.impl.content with parameters of type SearchableMethod parameters in com.atlassian.confluence.impl.content with type arguments of type SearchableModifier and TypeMethodDescription@NonNull Map<Searchable,
Integer> DefaultCommentManager.countComments
(Collection<? extends Searchable> searchables) -
Uses of Searchable in com.atlassian.confluence.impl.search
Methods in com.atlassian.confluence.impl.search with parameters of type SearchableModifier and TypeMethodDescriptionvoid
QueuingChangeIndexer.index
(Searchable searchable) void
QueuingChangeIndexer.reIndex
(Searchable searchable) void
QueuingChangeIndexer.reIndexAllVersions
(Searchable searchable) void
QueuingChangeIndexer.unIndex
(Searchable searchable) -
Uses of Searchable in com.atlassian.confluence.impl.search.queue
Methods in com.atlassian.confluence.impl.search.queue that return types with arguments of type SearchableModifier and TypeMethodDescriptionPrefetchAtlassianDocumentRetriever.prefetchSearchable
(JournalEntry journalEntry) Getting prefetchSearchable
based onJournalEntry
Methods in com.atlassian.confluence.impl.search.queue with parameters of type SearchableModifier and TypeMethodDescriptionPrefetchAtlassianDocumentRetriever.prefetch
(Searchable searchable) Retrieving prefetchAtlassianDocument
fromSearchable
. -
Uses of Searchable in com.atlassian.confluence.impl.search.v2.extractor
Methods in com.atlassian.confluence.impl.search.v2.extractor with parameters of type SearchableModifier and TypeMethodDescriptionstatic @Nullable ContentEntityObject
ContentPermissionExtractorHelper.getContainerForPermissions
(@Nullable Searchable searchable) For the givenSearchable
entity, determine the container of that entity which would have content permissions applied to it.Method parameters in com.atlassian.confluence.impl.search.v2.extractor with type arguments of type SearchableModifier and TypeMethodDescriptionvoid
ContentPermissionsBulkExtractor.extractAll
(@NonNull Collection<Searchable> searchables, @NonNull Class<? extends Searchable> entityType, @NonNull BiConsumer<Searchable, FieldDescriptor> sink) void
ContentPermissionsBulkExtractor.extractAll
(@NonNull Collection<Searchable> searchables, @NonNull Class<? extends Searchable> entityType, @NonNull BiConsumer<Searchable, FieldDescriptor> sink) void
ContentPermissionsBulkExtractor.extractAll
(@NonNull Collection<Searchable> searchables, @NonNull Class<? extends Searchable> entityType, @NonNull BiConsumer<Searchable, FieldDescriptor> sink) -
Uses of Searchable in com.atlassian.confluence.internal.index
Method parameters in com.atlassian.confluence.internal.index with type arguments of type SearchableModifier and TypeMethodDescriptionvoid
ChangeBatchIndexer.index
(List<Searchable> searchables, SearchIndexWriter changeWriter) void
DefaultChangeBatchIndexer.index
(List<Searchable> searchables, SearchIndexWriter changeWriter) Constructor parameters in com.atlassian.confluence.internal.index with type arguments of type SearchableModifierConstructorDescriptionDefaultChangeBatchIndexer
(HibernateSessionManager5 hibernateSessionManager, IndexTaskFactoryInternal indexTaskFactory, ContentEntityObjectDaoInternal contentEntityObjectDao, AtlassianDocumentBuilder<Searchable> changeDocumentBuilder, com.atlassian.config.internal.ApplicationConfig applicationConfig, com.atlassian.confluence.internal.index.BulkFieldPrefetcher bulkFieldPrefetcher) -
Uses of Searchable in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene that return types with arguments of type SearchableModifier and TypeMethodDescriptionPrefetchDocumentBuilder.createPrefetchedDocumentBuilder
(Collection<Searchable> searchables, String entityClassName) Prefetch multipleSearchable
Methods in com.atlassian.confluence.internal.index.lucene with parameters of type SearchableModifier and TypeMethodDescriptionorg.apache.lucene.document.Document
LuceneDocumentBuilder.getDocument
(Searchable searchable) Method parameters in com.atlassian.confluence.internal.index.lucene with type arguments of type SearchableModifier and TypeMethodDescriptionPrefetchDocumentBuilder.createPrefetchedDocumentBuilder
(Collection<Searchable> searchables, String entityClassName) Prefetch multipleSearchable
Constructor parameters in com.atlassian.confluence.internal.index.lucene with type arguments of type SearchableModifierConstructorDescriptionLuceneDocumentBuilder
(AtlassianDocumentBuilder<Searchable> atlassianDocumentBuilder, LuceneFieldVisitor luceneFieldVisitor, HandleResolver handleResolver) -
Uses of Searchable in com.atlassian.confluence.internal.index.v2
Methods in com.atlassian.confluence.internal.index.v2 with parameters of type SearchableModifier and TypeMethodDescriptionAtlassianChangeDocumentBuilder.build
(Searchable searchable) AtlassianContentDocumentBuilder.build
(Searchable searchable) AtlassianSelectiveFieldsDocumentBuilder.build
(Searchable searchable) -
Uses of Searchable in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search that return types with arguments of type SearchableModifier and TypeMethodDescriptionDecoratedSearchManager.convertToEntities
(SearchResults searchResults, SearchManager.EntityVersionPolicy versionPolicy) AttachmentAwareSearchableResolver.getDependents
(Searchable searchable) SearchableResolver.getDependents
(Searchable searchable) DecoratedSearchManager.searchEntities
(ISearch search, SearchManager.EntityVersionPolicy versionPolicy) Methods in com.atlassian.confluence.internal.search with parameters of type SearchableModifier and TypeMethodDescriptionChangeDocumentIndexPolicy.buildFor
(Searchable searchable) Defines the conditions which must be met before a change document will be constructed for the specified searchable.IndexTaskFactoryInternal.createAddChangeDocumentTask
(Searchable searchable, PrefetchAtlassianDocumentRetriever documentRetriever) IndexTaskFactoryInternal.createAddDocumentTask
(Searchable searchable, PrefetchAtlassianDocumentRetriever documentRetriever) IndexTaskFactoryInternal.createReIndexPermissionsTask
(Searchable searchable) Creates a task to re-index permissions only for the given content.IndexTaskFactoryInternal.createUpdateDocumentTask
(Searchable searchable, PrefetchAtlassianDocumentRetriever documentRetriever) IndexTaskFactoryInternal.createUpdateDocumentTask
(Searchable searchable, PrefetchAtlassianDocumentRetriever documentRetriever, boolean includeDependents) ChangeDocumentIdBuilder.getChangeDocumentAndAuthorId
(Searchable entityObject) Creates an id that uniquely identifies a change document in the index.AttachmentAwareSearchableResolver.getDependents
(Searchable searchable) SearchableResolver.getDependents
(Searchable searchable) ChangeDocumentIdBuilder.getGroupId
(Searchable searchable) Creates an id that uniquely identifies a group of change documents in the index.void
QueuingConfluenceIndexer.index
(Searchable searchable) void
QueuingConfluenceIndexer.indexIncludingDependents
(Searchable searchable) void
QueuingConfluenceIndexer.reIndex
(Searchable searchable) void
QueuingConfluenceIndexer.reIndexExcludingDependents
(Searchable searchable) void
QueuingConfluenceIndexer.reIndexExcludingDependentsAndChangeIndex
(Searchable searchable) void
QueuingConfluenceIndexer.reIndexPermissions
(Searchable obj) static boolean
ChangeDocumentIndexPolicy.shouldIndex
(Searchable searchable) Returns true if this searchable should be indexed as a change, false otherwise.static boolean
ChangeDocumentIndexPolicy.shouldUnIndex
(Searchable searchable) Whether we should unindex this searchable.void
QueuingConfluenceIndexer.unIndex
(Searchable searchable) void
QueuingConfluenceIndexer.unIndexIncludingDependents
(Searchable searchable) -
Uses of Searchable in com.atlassian.confluence.internal.search.queue
Methods in com.atlassian.confluence.internal.search.queue that return SearchableModifier and TypeMethodDescriptionprotected @Nullable Searchable
JournalIndexTaskQueue.getSearchableFromEntry
(JournalEntry entry) -
Uses of Searchable in com.atlassian.confluence.internal.search.tasks
Fields in com.atlassian.confluence.internal.search.tasks declared as SearchableModifier and TypeFieldDescriptionprotected final Searchable
AddDocumentIndexTask.searchable
protected final Searchable
UpdateDocumentIndexTask.searchable
Fields in com.atlassian.confluence.internal.search.tasks with type parameters of type SearchableModifier and TypeFieldDescriptionprotected final AtlassianDocumentBuilder<Searchable>
AddDocumentIndexTask.documentBuilder
Methods in com.atlassian.confluence.internal.search.tasks with parameters of type SearchableModifier and TypeMethodDescriptionDefaultIndexTaskFactory.createAddChangeDocumentTask
(Searchable searchable) Constructs an add change document task.DefaultIndexTaskFactory.createAddChangeDocumentTask
(Searchable searchable, PrefetchAtlassianDocumentRetriever documentRetriever) DefaultIndexTaskFactory.createAddDocumentTask
(Searchable searchable) NOTE: Do not call this method without first callingDefaultIndexTaskFactory.createDeleteDocumentTask(Searchable)
for the same object.DefaultIndexTaskFactory.createAddDocumentTask
(Searchable searchable, PrefetchAtlassianDocumentRetriever documentRetriever) DefaultIndexTaskFactory.createDeleteChangeDocumentsIndexTask
(Searchable searchable) DefaultIndexTaskFactory.createDeleteDocumentTask
(Searchable searchable) DefaultIndexTaskFactory.createRebuildChangeDocumentsIndexTask
(Searchable searchable) DefaultIndexTaskFactory.createReIndexPermissionsTask
(Searchable searchable) DefaultIndexTaskFactory.createUpdateDocumentTask
(Searchable searchable) Returns an update document task.DefaultIndexTaskFactory.createUpdateDocumentTask
(Searchable searchable, boolean includeDependents) DefaultIndexTaskFactory.createUpdateDocumentTask
(Searchable searchable, PrefetchAtlassianDocumentRetriever documentRetriever) DefaultIndexTaskFactory.createUpdateDocumentTask
(Searchable searchable, PrefetchAtlassianDocumentRetriever documentRetriever, boolean includeDependents) protected void
AddChangeDocumentIndexTask.writeChangeDocument
(SearchIndexWriter writer, Searchable searchable) protected void
AddPrefetchChangeDocumentIndexTask.writeChangeDocument
(SearchIndexWriter writer, Searchable searchable) Constructors in com.atlassian.confluence.internal.search.tasks with parameters of type SearchableModifierConstructorDescriptionAddChangeDocumentIndexTask
(Searchable searchable, AtlassianDocumentBuilder<Searchable> changeDocumentBuilder, boolean skipDeletes) protected
AddDocumentIndexTask
(Searchable searchable) AddDocumentIndexTask
(Searchable searchable, AtlassianDocumentBuilder<Searchable> documentBuilder) AddPrefetchChangeDocumentIndexTask
(Searchable searchable, PrefetchAtlassianDocumentRetriever prefetchRetriever, boolean skipDeletes) AddPrefetchedDocumentIndexTask
(Searchable searchable, PrefetchAtlassianDocumentRetriever prefetchAtlassianDocumentRetriever) DeleteChangeDocumentsIndexTask
(Searchable searchable) Creates a remove change documents index task for the latest version of searchableDeleteDocumentIndexTask
(Searchable target) RebuildChangeDocumentsIndexTask
(Searchable searchable, ContentEntityObjectDaoInternal contentEntityObjectDao, IndexTaskFactoryInternal indexTaskFactory, HibernateSessionManager5 hibernateSessionManager, boolean skipDeletes) Constructs a rebuild change document index task.ReindexPermissionsIndexTask
(Searchable searchable, AtlassianDocumentBuilder<Searchable> documentBuilder) UpdateDocumentIndexTask
(Searchable searchable, IndexTaskFactoryInternal indexTaskFactory) UpdateDocumentIndexTask
(Searchable searchable, IndexTaskFactoryInternal indexTaskFactory, boolean includeDependents) UpdateDocumentIndexTask
(Searchable searchable, IndexTaskFactoryInternal indexTaskFactory, boolean includeDependents, boolean skipDeletes) UpdatePrefetchDocumentIndexTask
(Searchable searchable, SearchableResolver searchableResolver, IndexTaskFactoryInternal indexTaskFactory, PrefetchAtlassianDocumentRetriever prefetchAtlassianDocumentRetriever, boolean includeDependents, boolean skipDeletes) Constructor parameters in com.atlassian.confluence.internal.search.tasks with type arguments of type SearchableModifierConstructorDescriptionAddChangeDocumentIndexTask
(Searchable searchable, AtlassianDocumentBuilder<Searchable> changeDocumentBuilder, boolean skipDeletes) AddDocumentIndexTask
(Searchable searchable, AtlassianDocumentBuilder<Searchable> documentBuilder) DefaultIndexTaskFactory
(BatchOperationManager batchOperationManager, AtlassianDocumentBuilder<Searchable> documentBuilder, AtlassianDocumentBuilder<Searchable> changeDocumentBuilder, AtlassianDocumentBuilder<Searchable> selectiveFieldsDocumentBuilder, ContentEntityObjectDaoInternal contentEntityObjectDao, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, PersonalInformationDao personalInformationDao, SpaceDao spaceDao, PageManagerInternal pageManager, HibernateSessionManager5 hibernateSessionManager, com.atlassian.config.internal.ApplicationConfig applicationConfig, SearchableResolver searchableResolver) ReindexPermissionsIndexTask
(Searchable searchable, AtlassianDocumentBuilder<Searchable> documentBuilder) -
Uses of Searchable in com.atlassian.confluence.internal.search.v2
Methods in com.atlassian.confluence.internal.search.v2 that return types with arguments of type SearchableModifier and TypeMethodDescriptionProfiledSearchManager.convertToEntities
(SearchResults searchResults, SearchManager.EntityVersionPolicy versionPolicy) ProfiledSearchManager.searchEntities
(ISearch search, SearchManager.EntityVersionPolicy versionPolicy) -
Uses of Searchable in com.atlassian.confluence.internal.search.v2.lucene
Methods in com.atlassian.confluence.internal.search.v2.lucene that return types with arguments of type SearchableModifier and TypeMethodDescriptionLuceneSearchManager.convertToEntities
(SearchResults searchResults, SearchManager.EntityVersionPolicy versionPolicy) LuceneSearchManager.searchEntities
(ISearch search, SearchManager.EntityVersionPolicy versionPolicy) Methods in com.atlassian.confluence.internal.search.v2.lucene with parameters of type SearchableModifier and TypeMethodDescriptionorg.apache.lucene.document.Document
DocumentBuilder.getDocument
(Searchable searchable) -
Uses of Searchable in com.atlassian.confluence.like
Methods in com.atlassian.confluence.like that return types with arguments of type SearchableModifier and TypeMethodDescriptionDefaultLikeManager.countLikes
(Collection<? extends Searchable> searchables) HibernateLikeEntityDao.countLikes
(Collection<? extends Searchable> searchables) @NonNull Map<Searchable,
Integer> LikeEntityDao.countLikes
(Collection<? extends Searchable> searchables) LikeManager.countLikes
(Collection<? extends Searchable> searchables) Count the number of likes for the given objectsMethods in com.atlassian.confluence.like with parameters of type SearchableModifier and TypeMethodDescriptionint
DefaultLikeManager.countLikes
(Searchable searchable) int
HibernateLikeEntityDao.countLikes
(Searchable searchable) int
LikeEntityDao.countLikes
(Searchable contentEntity) int
LikeManager.countLikes
(Searchable searchable) Count the number of likes for the given objectMethod parameters in com.atlassian.confluence.like with type arguments of type SearchableModifier and TypeMethodDescriptionDefaultLikeManager.countLikes
(Collection<? extends Searchable> searchables) HibernateLikeEntityDao.countLikes
(Collection<? extends Searchable> searchables) @NonNull Map<Searchable,
Integer> LikeEntityDao.countLikes
(Collection<? extends Searchable> searchables) LikeManager.countLikes
(Collection<? extends Searchable> searchables) Count the number of likes for the given objects -
Uses of Searchable in com.atlassian.confluence.pages
Classes in com.atlassian.confluence.pages that implement SearchableModifier and TypeClassDescriptionclass
Parent of the concrete Page and BlogPost classesclass
class
class
class
This is the old way of dealing with drafts in Confluence and will be deprecated soon.final record
A wrapper around anAttachment
that implements theSearchableAttachment
interface.class
Represents a Page within Confluence.class
Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.atlassian.confluence.pages that return types with arguments of type SearchableModifier and TypeMethodDescription@NonNull Map<Searchable,
Integer> CommentManager.countComments
(Collection<? extends Searchable> searchables) AbstractPage.getSearchableDependants()
Attachment.getSearchableDependants()
IndexableAttachment.getSearchableDependants()
ReadOnlyAttachment.getSearchableDependants()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.atlassian.confluence.pages with parameters of type SearchableMethod parameters in com.atlassian.confluence.pages with type arguments of type SearchableModifier and TypeMethodDescription@NonNull Map<Searchable,
Integer> CommentManager.countComments
(Collection<? extends Searchable> searchables) -
Uses of Searchable in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return types with arguments of type Searchable -
Uses of Searchable in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type SearchableModifier and TypeMethodDescriptionCommentDao.countComments
(Collection<? extends Searchable> searchables) Count all comments for each content in a collectionMethods in com.atlassian.confluence.pages.persistence.dao with parameters of type SearchableModifier and TypeMethodDescriptionint
CommentDao.countComments
(Searchable searchable) Count all comments in a searchable contentMethod parameters in com.atlassian.confluence.pages.persistence.dao with type arguments of type SearchableModifier and TypeMethodDescriptionCommentDao.countComments
(Collection<? extends Searchable> searchables) Count all comments for each content in a collection -
Uses of Searchable in com.atlassian.confluence.pages.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type SearchableModifier and TypeMethodDescriptionHibernateCommentDao.countComments
(Collection<? extends Searchable> searchables) Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type SearchableMethod parameters in com.atlassian.confluence.pages.persistence.dao.hibernate with type arguments of type SearchableModifier and TypeMethodDescriptionHibernateCommentDao.countComments
(Collection<? extends Searchable> searchables) -
Uses of Searchable in com.atlassian.confluence.plugins.labels.actions
Methods in com.atlassian.confluence.plugins.labels.actions that return types with arguments of type Searchable -
Uses of Searchable in com.atlassian.confluence.plugins.opensearch
Methods in com.atlassian.confluence.plugins.opensearch that return types with arguments of type SearchableModifier and TypeMethodDescriptionDefaultOpenSearchSearchManager.convertToEntities
(SearchResults searchResults, SearchManager.EntityVersionPolicy versionPolicy) DefaultOpenSearchSearchManager.searchEntities
(ISearch search, SearchManager.EntityVersionPolicy versionPolicy) -
Uses of Searchable in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search with parameters of type SearchableModifier and TypeMethodDescriptionIndexTaskFactory.createAddChangeDocumentTask
(Searchable searchable) IndexTaskFactory.createAddDocumentTask
(Searchable searchable) IndexTaskFactory.createDeleteChangeDocumentsIndexTask
(Searchable searchable) IndexTaskFactory.createDeleteDocumentTask
(Searchable searchable) IndexTaskFactory.createRebuildChangeDocumentsIndexTask
(Searchable searchable) IndexTaskFactory.createUpdateDocumentTask
(Searchable searchable) IndexTaskFactory.createUpdateDocumentTask
(Searchable searchable, boolean includeDependents) void
ConfluenceIndexer.index
(Searchable obj) Indexes the object without removing any existing copies from the indexvoid
ConfluenceIndexer.indexIncludingDependents
(Searchable searchable) Add a content object and all its dependents (attachments, comments, children, etc.) to the indexvoid
ConfluenceIndexer.reIndex
(Searchable obj) Updates an object in the indexvoid
ChangeIndexer.reIndexAllVersions
(Searchable searchable) Reindexes all versions of the specified content.void
ConfluenceIndexer.reIndexExcludingDependents
(Searchable obj) Updates just an object itself in the index, excluding any dependents (attachments, comments, children, etc.)void
ConfluenceIndexer.reIndexExcludingDependentsAndChangeIndex
(Searchable obj) Updates just an object itself in the Content index, excluding any dependents (attachments, comments, children, etc.)void
ConfluenceIndexer.reIndexPermissions
(Searchable searchable) Add a content object and all its dependents (attachments, comments, children, etc.) to the index, but (in place) update only the permissions in the index document.void
ConfluenceIndexer.unIndex
(Searchable obj) Removes any existing copies of the object from the indexvoid
ConfluenceIndexer.unIndexIncludingDependents
(Searchable searchable) Remove a content object and all its dependents (attachments, comments, children, etc.) from the index -
Uses of Searchable in com.atlassian.confluence.search.v2
Subinterfaces of Searchable in com.atlassian.confluence.search.v2Modifier and TypeInterfaceDescriptioninterface
An object representing some searchable file.Methods in com.atlassian.confluence.search.v2 that return types with arguments of type SearchableModifier and TypeMethodDescriptionISearchResultConverter.convertToEntities
(Iterable<SearchResult> searchResults, SearchManager.EntityVersionPolicy versionPolicy) SearchManager.convertToEntities
(SearchResults searchResults, SearchManager.EntityVersionPolicy versionPolicy) Helper method to convert search results into a list of database entities.SearchResultConverter.convertToEntities
(Iterable<SearchResult> searchResults, SearchManager.EntityVersionPolicy versionPolicy) SearchManager.searchEntities
(ISearch search, SearchManager.EntityVersionPolicy versionPolicy) Perform a search with the given criteria, returning the results as a list of database entity objects. -
Uses of Searchable in com.atlassian.confluence.setup.settings
Classes in com.atlassian.confluence.setup.settings that implement SearchableModifier and TypeClassDescriptionclass
Content Entity Object that is associated with the whole confluence rather then a specific space/page/user. -
Uses of Searchable in com.atlassian.confluence.spaces
Classes in com.atlassian.confluence.spaces that implement SearchableModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 9.1, useSpace
directly.class
class
class
Methods in com.atlassian.confluence.spaces that return types with arguments of type Searchable -
Uses of Searchable in com.atlassian.confluence.user
Classes in com.atlassian.confluence.user that implement Searchable -
Uses of Searchable in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions that return types with arguments of type Searchable
Attachment
directly.