Uses of Interface
com.atlassian.confluence.search.v2.SearchIndexAccessor
-
Packages that use SearchIndexAccessor Package Description com.atlassian.confluence.functest.rest.admin These REST resources are replacements for admin-level functest RPC calls and should only be run by a sys-admin in a websudo session.com.atlassian.confluence.impl.search com.atlassian.confluence.internal.index.lucene com.atlassian.confluence.internal.search com.atlassian.confluence.plugins.edgeindex com.atlassian.confluence.search.v2 Provides an extensible, flexible search API.com.atlassian.confluence.test.rpc -
-
Uses of SearchIndexAccessor in com.atlassian.confluence.functest.rest.admin
Constructors in com.atlassian.confluence.functest.rest.admin with parameters of type SearchIndexAccessor Constructor Description IndexResource(IndexFlushRequester indexFlushRequester, SearchIndexAccessor searchIndexAccessor)
-
Uses of SearchIndexAccessor in com.atlassian.confluence.impl.search
Methods in com.atlassian.confluence.impl.search with parameters of type SearchIndexAccessor Modifier and Type Method Description void
QueuingChangeIndexer. setSearchIndexAccessor(SearchIndexAccessor searchIndexAccessor)
-
Uses of SearchIndexAccessor in com.atlassian.confluence.internal.index.lucene
Classes in com.atlassian.confluence.internal.index.lucene that implement SearchIndexAccessor Modifier and Type Class Description class
LuceneSearchIndexAccessor
Methods in com.atlassian.confluence.internal.index.lucene that return SearchIndexAccessor Modifier and Type Method Description SearchIndexAccessor
DefaultCustomSearchIndexRegistry. add(String name, String relativeIndexPath, ScoringStrategy scoringStrategy, AnalyzerDescriptorProvider analyzerDescriptorProvider)
SearchIndexAccessor
DefaultCustomSearchIndexRegistry. get(String name)
Constructors in com.atlassian.confluence.internal.index.lucene with parameters of type SearchIndexAccessor Constructor Description LuceneReIndexer(SearchableDao searchableDao, SearchIndexAccessor contentIndexAccessor, SearchIndexAccessor changeIndexAccessor, com.atlassian.event.api.EventPublisher eventPublisher, ClusterManager clusterManager, SystemMaintenanceTaskQueue systemMaintenanceTaskQueue, com.atlassian.confluence.internal.index.lucene.BatchIndexerFactory batchIndexerFactory, JournalManager journalManager, JournalService journalService)
Constructor parameters in com.atlassian.confluence.internal.index.lucene with type arguments of type SearchIndexAccessor Constructor Description LuceneFullReindexManager(IndexLockService lockService, ReIndexer reIndexer, SearchableDao searchableDao, Collection<SearchIndexAccessor> searchIndexAccessors, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager)
-
Uses of SearchIndexAccessor in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search with parameters of type SearchIndexAccessor Modifier and Type Method Description void
QueuingConfluenceIndexer. setSearchIndexAccessor(SearchIndexAccessor searchIndexAccessor)
Constructors in com.atlassian.confluence.internal.search with parameters of type SearchIndexAccessor Constructor Description LuceneIncrementalIndexManager(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.plugins.edgeindex
Classes in com.atlassian.confluence.plugins.edgeindex that implement SearchIndexAccessor Modifier and Type Class Description class
EdgeSearchIndexAccessor
ASearchIndexAccessor
specific to the edge index. -
Uses of SearchIndexAccessor in com.atlassian.confluence.search.v2
Classes in com.atlassian.confluence.search.v2 that implement SearchIndexAccessor Modifier and Type Class Description class
DelegatingSearchIndexAccessor
An abstract delegatingSearchIndexAccessor
that can be extended by a custom accessor.Methods in com.atlassian.confluence.search.v2 that return SearchIndexAccessor Modifier and Type Method Description SearchIndexAccessor
CustomSearchIndexRegistry. add(String name, String relativeIndexPath, ScoringStrategy scoringStrategy, @Nullable AnalyzerDescriptorProvider analyzerDescriptorProvider)
This method can be called multiple times but a newSearchIndexAccessor
instance will be created only once for the first call.SearchIndexAccessor
CustomSearchIndexRegistry. get(String name)
This method returns theSearchIndexAccessor
corresponding to the index represented by its unique name. -
Uses of SearchIndexAccessor in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type SearchIndexAccessor Modifier and Type Method Description void
FuncTestRpcHandlerImpl. setChangeSearchIndexAccessor(SearchIndexAccessor changeSearchIndexAccessor)
void
FuncTestRpcHandlerImpl. setContentSearchIndexAccessor(SearchIndexAccessor contentSearchIndexAccessor)
-