Uses of Interface
com.atlassian.confluence.search.v2.SearchIndexAccessor
-
Packages that use SearchIndexAccessor Package Description com.atlassian.confluence.internal.index.lucene com.atlassian.confluence.plugins.edgeindex com.atlassian.confluence.search com.atlassian.confluence.search.lucene com.atlassian.confluence.search.v2 Provides an extensible, flexible search API. -
-
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.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
Methods in com.atlassian.confluence.search with parameters of type SearchIndexAccessor Modifier and Type Method Description voidQueuingChangeIndexer. setSearchIndexAccessor(SearchIndexAccessor searchIndexAccessor) -
Uses of SearchIndexAccessor in com.atlassian.confluence.search.lucene
Methods in com.atlassian.confluence.search.lucene with parameters of type SearchIndexAccessor Modifier and Type Method Description voidQueuingConfluenceIndexer. setSearchIndexAccessor(SearchIndexAccessor searchIndexAccessor)Constructors in com.atlassian.confluence.search.lucene 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.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.
-