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 voidQueuingChangeIndexer. 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 classLuceneSearchIndexAccessorMethods in com.atlassian.confluence.internal.index.lucene that return SearchIndexAccessor Modifier and Type Method Description SearchIndexAccessorDefaultCustomSearchIndexRegistry. add(String name, String relativeIndexPath, ScoringStrategy scoringStrategy, AnalyzerDescriptorProvider analyzerDescriptorProvider)SearchIndexAccessorDefaultCustomSearchIndexRegistry. 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)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) -
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 voidQueuingConfluenceIndexer. 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) -
Uses of SearchIndexAccessor in com.atlassian.confluence.plugins.edgeindex
Classes in com.atlassian.confluence.plugins.edgeindex that implement SearchIndexAccessor Modifier and Type Class Description classEdgeSearchIndexAccessorASearchIndexAccessorspecific 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 classDelegatingSearchIndexAccessorAn abstract delegatingSearchIndexAccessorthat can be extended by a custom accessor.Methods in com.atlassian.confluence.search.v2 that return SearchIndexAccessor Modifier and Type Method Description SearchIndexAccessorCustomSearchIndexRegistry. add(String name, String relativeIndexPath, ScoringStrategy scoringStrategy, @Nullable AnalyzerDescriptorProvider analyzerDescriptorProvider)This method can be called multiple times but a newSearchIndexAccessorinstance will be created only once for the first call.SearchIndexAccessorCustomSearchIndexRegistry. get(String name)This method returns theSearchIndexAccessorcorresponding 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 voidFuncTestRpcHandlerImpl. setChangeSearchIndexAccessor(SearchIndexAccessor changeSearchIndexAccessor)voidFuncTestRpcHandlerImpl. setContentSearchIndexAccessor(SearchIndexAccessor contentSearchIndexAccessor)
-