Uses of Interface
com.atlassian.confluence.search.ConfluenceIndexer
-
-
Uses of ConfluenceIndexer in com.atlassian.confluence.content.render.xhtml.migration.macro
Constructors in com.atlassian.confluence.content.render.xhtml.migration.macro with parameters of type ConfluenceIndexer Constructor Description IndexingBatchTask(BatchTask<T> delegate, ConfluenceIndexer indexer)MacroMigrationService(XhtmlWikiMarkupMacroMigrator migrator, SearchManager searchManager, ContentDao contentDao, LongRunningTaskManager longRunningTaskManager, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, com.atlassian.bandana.BandanaManager bandanaManager, ConfluenceIndexer indexer) -
Uses of ConfluenceIndexer in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core with parameters of type ConfluenceIndexer Modifier and Type Method Description voidDefaultContentPermissionManager. setIndexer(ConfluenceIndexer indexer)Deprecated.since 7.5 indexing performed via events -
Uses of ConfluenceIndexer in com.atlassian.confluence.impl.retention.listener
Constructors in com.atlassian.confluence.impl.retention.listener with parameters of type ConfluenceIndexer Constructor Description SpaceRetentionPolicyIndexingListener(com.atlassian.event.api.EventPublisher eventPublisher, ConfluenceIndexer confluenceIndexer) -
Uses of ConfluenceIndexer in com.atlassian.confluence.impl.search
Methods in com.atlassian.confluence.impl.search with parameters of type ConfluenceIndexer Modifier and Type Method Description voidIndexerEventListener.VisitorEvent. visit(ConfluenceIndexer indexer, ChangeIndexer changeIndexer)Method parameters in com.atlassian.confluence.impl.search with type arguments of type ConfluenceIndexer Modifier and Type Method Description voidIndexerEventPublisher. publishCallbackEvent(BiConsumer<ConfluenceIndexer,ChangeIndexer> indexersTask)Publishes an event which will received byIndexerEventListener, which in turn will invoke the supplied callback with theConfluenceIndexerand theChangeIndexer.voidIndexerEventPublisher. publishCallbackEvent(Consumer<ConfluenceIndexer> indexerTask)Publishes an event which will received byIndexerEventListener, which in turn will invoke the supplied callback with theConfluenceIndexer. -
Uses of ConfluenceIndexer in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels with parameters of type ConfluenceIndexer Modifier and Type Method Description voidDefaultLabelManager. setIndexer(ConfluenceIndexer indexer)Deprecated.since 7.5 indexing performed via events -
Uses of ConfluenceIndexer in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return ConfluenceIndexer Modifier and Type Method Description ConfluenceIndexerRemovePageAction. getIndexer()Methods in com.atlassian.confluence.pages.actions with parameters of type ConfluenceIndexer Modifier and Type Method Description voidRemovePageAction. setIndexer(ConfluenceIndexer indexer)voidRestoreTrashItemAction. setIndexer(ConfluenceIndexer indexer) -
Uses of ConfluenceIndexer in com.atlassian.confluence.plugins.contentproperty
Constructors in com.atlassian.confluence.plugins.contentproperty with parameters of type ConfluenceIndexer Constructor Description ContentPropertyServiceImpl(CustomContentManager customContentManager, JsonPropertyFactory jsonPropertyFactory, StorageJsonPropertyManager storageContentPropertyManager, ContentPropertyFinderFactory contentPropertyFinderFactory, ContentPropertyService.Validator validator, ConfluenceIndexer confluenceIndexer) -
Uses of ConfluenceIndexer in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return ConfluenceIndexer Modifier and Type Method Description default ConfluenceIndexerConfluenceIndexer. synchronous()Return synchronous indexer that will perform index in the caller thread. -
Uses of ConfluenceIndexer in com.atlassian.confluence.search.lucene
Classes in com.atlassian.confluence.search.lucene that implement ConfluenceIndexer Modifier and Type Class Description classQueuingConfluenceIndexerMethods in com.atlassian.confluence.search.lucene that return ConfluenceIndexer Modifier and Type Method Description ConfluenceIndexerQueuingConfluenceIndexer. synchronous()Method parameters in com.atlassian.confluence.search.lucene with type arguments of type ConfluenceIndexer Modifier and Type Method Description voidQueuingConfluenceIndexer. setAsyncIndexer(Supplier<ConfluenceIndexer> asyncIndexer)voidQueuingConfluenceIndexer. setSyncIndexer(Supplier<ConfluenceIndexer> syncIndexer) -
Uses of ConfluenceIndexer in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces with parameters of type ConfluenceIndexer Modifier and Type Method Description voidDefaultSpaceManager. setIndexer(ConfluenceIndexer indexer)Deprecated.since 7.5 indexing now peformed via events -
Uses of ConfluenceIndexer in com.atlassian.confluence.user
Constructors in com.atlassian.confluence.user with parameters of type ConfluenceIndexer Constructor Description UserMentionsContentReindexer(ConfluenceIndexer indexer, BatchOperationManager batchOperationManager, SearchManager searchManager, SynchronizationManager synchronizationManager) -
Uses of ConfluenceIndexer in com.atlassian.confluence.user.crowd
Constructors in com.atlassian.confluence.user.crowd with parameters of type ConfluenceIndexer Constructor Description UserIndexingListener(PersonalInformationManager personalInformationManager, UserIndexingManagerInternal userIndexingManager, ConfluenceIndexer indexer)
-