Uses of Interface
com.atlassian.confluence.search.v2.SearchIndexAccessor
Packages that use SearchIndexAccessor
Package
Description
These REST resources are replacements for admin-level functest RPC calls and should only
be run by a sys-admin in a websudo session.
Provides an extensible, flexible search API.
-
Uses of SearchIndexAccessor in com.atlassian.confluence.api.impl.service.people
Constructors in com.atlassian.confluence.api.impl.service.people with parameters of type SearchIndexAccessorModifierConstructorDescriptionPersonServiceImpl
(PermissionManager permissionManager, PersonFactory personFactory, UserAccessorInternal userAccessorInternal, com.atlassian.user.GroupManager groupManager, FinderProxyFactory finderProxyFactory, LongRunningTaskManager longRunningTaskManager, LongTaskFactory longTaskFactory, I18NBeanFactory i18NBeanFactory, SettingsService settingsService, com.atlassian.event.api.EventPublisher eventPublisher, SpacePermissionManager spacePermissionManager, ConfluenceUserResolver confluenceUserResolver, LoginManager loginManager, PaginationService paginationService, SearchIndexAccessor contentSearchIndexAccessor, ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Uses of SearchIndexAccessor in com.atlassian.confluence.functest.rest.admin
Constructors in com.atlassian.confluence.functest.rest.admin with parameters of type SearchIndexAccessorModifierConstructorDescriptionIndexResource
(IndexFlushRequester indexFlushRequester, SearchIndexAccessor searchIndexAccessor) -
Uses of SearchIndexAccessor in com.atlassian.confluence.impl.search
Methods in com.atlassian.confluence.impl.search with parameters of type SearchIndexAccessorModifier and TypeMethodDescriptionvoid
QueuingChangeIndexer.setSearchIndexAccessor
(SearchIndexAccessor searchIndexAccessor) -
Uses of SearchIndexAccessor in com.atlassian.confluence.internal.index
Fields in com.atlassian.confluence.internal.index declared as SearchIndexAccessorModifier and TypeFieldDescriptionprotected final SearchIndexAccessor
AbstractReindexer.changeIndexAccessor
protected final SearchIndexAccessor
AbstractReindexer.contentIndexAccessor
Constructors in com.atlassian.confluence.internal.index with parameters of type SearchIndexAccessorModifierConstructorDescriptionAbstractReindexer
(SearchableDao searchableDao, SearchIndexAccessor contentIndexAccessor, SearchIndexAccessor changeIndexAccessor, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.confluence.internal.index.BatchIndexerFactory batchIndexerFactory, JournalManager journalManager, JournalService journalService) BlueGreenReindexer
(SearchableDao searchableDao, SearchIndexAccessor contentIndexAccessor, SearchIndexAccessor changeIndexAccessor, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.confluence.internal.index.BatchIndexerFactory batchIndexerFactory, JournalManager journalManager, JournalService journalService, StagingIndexFactory stagingIndexFactory) PropagableReindexer
(SearchableDao searchableDao, SearchIndexAccessor contentIndexAccessor, SearchIndexAccessor changeIndexAccessor, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.confluence.internal.index.BatchIndexerFactory batchIndexerFactory, JournalManager journalManager, JournalService journalService, ClusterManager clusterManager, SystemMaintenanceTaskQueue systemMaintenanceTaskQueue) -
Uses of SearchIndexAccessor in com.atlassian.confluence.internal.index.lucene
Classes in com.atlassian.confluence.internal.index.lucene that implement SearchIndexAccessorMethods in com.atlassian.confluence.internal.index.lucene that return SearchIndexAccessorModifier and TypeMethodDescriptionDefaultCustomSearchIndexRegistry.add
(String name, AnalyzerDescriptorProvider analyzerDescriptorProvider) Constructor parameters in com.atlassian.confluence.internal.index.lucene with type arguments of type SearchIndexAccessorModifierConstructorDescriptionLuceneFullReindexManager
(IndexLockService lockService, Reindexer reIndexer, SearchableDao searchableDao, Collection<SearchIndexAccessor> searchIndexAccessors, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of SearchIndexAccessor in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search with parameters of type SearchIndexAccessorModifier and TypeMethodDescriptionvoid
QueuingConfluenceIndexer.setSearchIndexAccessor
(SearchIndexAccessor searchIndexAccessor) Constructors in com.atlassian.confluence.internal.search with parameters of type SearchIndexAccessorModifierConstructorDescriptionLuceneIncrementalIndexManager
(IndexLockService lockService, IndexTaskQueue<ConfluenceIndexTask> taskQueue, SearchIndexAccessor searchIndexAccessor, com.atlassian.event.api.EventPublisher eventPublisher, FullReindexManager fullReindexManager, SearchIndex targetIndex, org.hibernate.SessionFactory sessionFactory, HibernateSessionManager5 sessionManager, JournalService journalService) -
Uses of SearchIndexAccessor in com.atlassian.confluence.internal.search.v2
Constructors in com.atlassian.confluence.internal.search.v2 with parameters of type SearchIndexAccessorModifierConstructorDescriptionFieldMappingsProviderModuleRegistrar
(SearchIndexAccessor contentSearchIndexAccessor, SearchIndexAccessor changeSearchIndexAccessor, CustomSearchIndexRegistry customSearchIndexRegistry, com.atlassian.plugin.event.PluginEventManager pluginEventManager) -
Uses of SearchIndexAccessor in com.atlassian.confluence.plugins.edgeindex
Classes in com.atlassian.confluence.plugins.edgeindex that implement SearchIndexAccessor -
Uses of SearchIndexAccessor in com.atlassian.confluence.plugins.opensearch
Classes in com.atlassian.confluence.plugins.opensearch that implement SearchIndexAccessorModifier and TypeClassDescriptionclass
Accessor to read and write from index documents on OpenSearchMethods in com.atlassian.confluence.plugins.opensearch that return SearchIndexAccessorModifier and TypeMethodDescriptionOpenSearchCustomSearchIndexRegistry.add
(String name, @Nullable AnalyzerDescriptorProvider analyzerDescriptorProvider) -
Uses of SearchIndexAccessor in com.atlassian.confluence.search.v2
Classes in com.atlassian.confluence.search.v2 that implement SearchIndexAccessorModifier and TypeClassDescriptionclass
An abstract delegatingSearchIndexAccessor
that can be extended by a custom accessor.Methods in com.atlassian.confluence.search.v2 that return SearchIndexAccessorModifier and TypeMethodDescriptionCustomSearchIndexRegistry.add
(String name, @Nullable AnalyzerDescriptorProvider analyzerDescriptorProvider) This method can be called multiple times but a newSearchIndexAccessor
instance will be created only once for the first call.This method returns theSearchIndexAccessor
corresponding to the index represented by its unique name. -
Uses of SearchIndexAccessor in com.atlassian.confluence.spring.index
Methods in com.atlassian.confluence.spring.index that return SearchIndexAccessorModifier and TypeMethodDescriptionOpenSearchSubsystemConfig.changeSearchIndexAccessor()
OpenSearchSubsystemConfig.contentSearchIndexAccessor()
-
Uses of SearchIndexAccessor in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type SearchIndexAccessorModifier and TypeMethodDescriptionvoid
FuncTestRpcHandlerImpl.setChangeSearchIndexAccessor
(SearchIndexAccessor changeSearchIndexAccessor) void
FuncTestRpcHandlerImpl.setContentSearchIndexAccessor
(SearchIndexAccessor contentSearchIndexAccessor)