Uses of Class
com.atlassian.confluence.internal.search.LuceneIndependent
-
-
Uses of LuceneIndependent in com.atlassian.confluence.internal.index.lucene
Classes in com.atlassian.confluence.internal.index.lucene with annotations of type LuceneIndependent Modifier and Type Class Description classDefaultIndexLockServiceThe implementation ofIndexLockServicewhich initialises all lock in memory.interfaceFullReindexManagerResponsible for triggering full reindex operation with necessary state management.classLuceneBatchIndexerclassLuceneFullReindexManagerclassLuceneReIndexer -
Uses of LuceneIndependent in com.atlassian.confluence.internal.search.tasks
Classes in com.atlassian.confluence.internal.search.tasks with annotations of type LuceneIndependent Modifier and Type Class Description classAddChangeDocumentIndexTaskResponsible for removing and adding a change document for versioned content to the change index.classAddDocumentIndexTaskAdds a searchable to the content index.classContentIndexTaskclassDeleteChangeDocumentsIndexTaskRemoves all change documents for a particular searchable.classDeleteDocumentIndexTaskIndex task that removes a searchable from the content index.classNoOpIndexTaskRepresents a no operation index task.classRebuildChangeDocumentsIndexTaskResponsible for rebuilding all change document(s) for a searchable (removing change documents for all versions of the searchable and then adding them back).classReindexAllBlogsChangeIndexTaskUpdate all blogs in the change indexclassReindexAllBlogsContentIndexTaskUpdate all blogs in the content indexclassReindexAllSpacesChangeIndexTaskUpdate all spaces in the change index.classReindexAllSpacesContentIndexTaskUpdate all spaces in the content index.classReindexAllUsersChangeIndexTaskUpdates all personal information and associated user entries in the change index.classReindexAllUsersContentIndexTaskUpdates all personal information and associated user entries in the content index.classReindexUsersInGroupChangeIndexTaskUpdates all personal information and associated user entries in the change index for a particular group.classReindexUsersInGroupContentIndexTaskUpdates all personal information and associated user entries in the content index for a particular group.classSpaceKeyHandleThe spaceKey is sufficient to serve as the handle for spaces stored in the index.classUnindexContentTypeChangeIndexTaskRemoves documents with the specified content type from the change indexclassUnindexContentTypeContentIndexTaskRemoves documents with the specified content type from the content indexclassUnIndexSpaceChangeIndexTaskTask to unindex a space in the change index.classUnIndexSpaceContentIndexTaskTask to unindex a space in the content index.classUpdateDocumentIndexTask -
Uses of LuceneIndependent in com.atlassian.confluence.search.lucene
Classes in com.atlassian.confluence.search.lucene with annotations of type LuceneIndependent Modifier and Type Class Description classChangeDocumentIdBuilderThis class is used to generate the ids used to identify change documents and groups of change document in the Lucene indexclassChangeDocumentIndexPolicyPolicy that defines whatSearchables should be indexed as change documents.interfaceIncrementalIndexManagerThis manager is responsible for manipulating single Lucene directory and single index queue.classLuceneIncrementalIndexManagerEntry point to the majority of the Lucene indexing subsystem.classQueuingConfluenceIndexer -
Uses of LuceneIndependent in com.atlassian.confluence.search.lucene.tasks
Classes in com.atlassian.confluence.search.lucene.tasks with annotations of type LuceneIndependent Modifier and Type Class Description classIndexTaskFactoryCreates index tasks and provides conversion into queue entries for implementations of IndexTaskQueue -
Uses of LuceneIndependent in com.atlassian.confluence.search.v2.lucene
Classes in com.atlassian.confluence.search.v2.lucene with annotations of type LuceneIndependent Modifier and Type Class Description classSearchIndexRepresents the index which is going to be searched.
-