Uses of Interface
com.atlassian.confluence.search.SearchPlatformConfig
Packages that use SearchPlatformConfig
Package
Description
Provides implementation of Journal Service.
Provides a Lucene-backed implementation of the
SearchManager.-
Uses of SearchPlatformConfig in com.atlassian.confluence.impl.index
Constructors in com.atlassian.confluence.impl.index with parameters of type SearchPlatformConfigModifierConstructorDescriptionDefaultIndexJournalService(JournalManager journalManager, SearchPlatformConfig searchPlatformConfig, com.atlassian.beehive.ClusterLockService clusterLockService) DefaultIndexRecoveryService(JournalStateStore journalStateStore, JournalDao journalDao, com.atlassian.dc.filestore.api.FileStore.Path sharedHome, ClusterManagerInternal clusterManager, com.atlassian.event.api.EventPublisher eventPublisher, ClusterEventWrapperService clusterEventWrapperService, com.atlassian.plugin.PluginAccessor pluginAccessor, ClusterConfigurationHelper clusterConfigurationHelper, ConfluenceDirectories confluenceDirectories, BootstrapManager bootstrapManager, SearchPlatformConfig searchPlatformConfig) -
Uses of SearchPlatformConfig in com.atlassian.confluence.impl.journal
Constructors in com.atlassian.confluence.impl.journal with parameters of type SearchPlatformConfigModifierConstructorDescriptionDefaultJournalManager(JournalDao journalDao, JournalStateStore journalStateStore, DefaultJournalManager.IgnoreSettings ignoreSettings, SearchPlatformConfig searchPlatformConfig, org.springframework.transaction.PlatformTransactionManager transactionManager) -
Uses of SearchPlatformConfig in com.atlassian.confluence.impl.system.runner
Constructors in com.atlassian.confluence.impl.system.runner with parameters of type SearchPlatformConfigModifierConstructorDescriptionReIndexMaintenanceTaskRunner(SystemMaintenanceTaskRegistry registry, IndexManager indexManager, ClusterManager clusterManager, ReIndexJobManager reIndexJobManager, SearchPlatformConfig searchPlatformConfig, com.atlassian.event.api.EventPublisher eventPublisher) RestoreIndexSnapshotMaintenanceTaskRunner(SystemMaintenanceTaskRegistry registry, LuceneIndexSnapshotManager luceneIndexSnapshotManager, ReIndexJobManager reIndexJobManager, ClusterManager clusterManager, com.atlassian.event.api.EventPublisher eventPublisher, JournalStateStore journalStateStore, SearchPlatformConfig searchPlatformConfig) -
Uses of SearchPlatformConfig in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync with parameters of type SearchPlatformConfigModifier and TypeMethodDescriptionIncrementalSyncServiceConfiguration.contentIncSyncJournalManager(JournalDao journalDao, JournalStateStore journalStateStore, DefaultJournalManager.IgnoreSettings ignoreSettings, SearchPlatformConfig searchPlatformConfig, org.springframework.transaction.PlatformTransactionManager transactionManager) IncrementalSyncServiceConfiguration.globalPermissionIncSyncJournalManager(JournalDao journalDao, JournalStateStore journalStateStore, DefaultJournalManager.IgnoreSettings ignoreSettings, SearchPlatformConfig searchPlatformConfig, org.springframework.transaction.PlatformTransactionManager transactionManager) IncrementalSyncServiceConfiguration.userIncSyncJournalManager(JournalDao journalDao, JournalStateStore journalStateStore, DefaultJournalManager.IgnoreSettings ignoreSettings, SearchPlatformConfig searchPlatformConfig, org.springframework.transaction.PlatformTransactionManager transactionManager) -
Uses of SearchPlatformConfig in com.atlassian.confluence.internal.search
Constructors in com.atlassian.confluence.internal.search with parameters of type SearchPlatformConfigModifierConstructorDescriptionIndexServiceImpl(ReIndexJobManager reIndexJobManager, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.beehive.ClusterLockService clusterLockService, ClusterManager clusterManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, SearchPlatformConfig searchPlatformConfig, IndexManager indexManager) -
Uses of SearchPlatformConfig in com.atlassian.confluence.internal.search.v2.lucene
Classes in com.atlassian.confluence.internal.search.v2.lucene that implement SearchPlatformConfig -
Uses of SearchPlatformConfig in com.atlassian.confluence.plugins.contentproperty.search.fields
Constructors in com.atlassian.confluence.plugins.contentproperty.search.fields with parameters of type SearchPlatformConfigModifierConstructorDescriptionContentPropertyFieldHandler(ContentPropertyIndexSchemaManager contentPropertyIndexSchemaManager, SearchPlatformConfig searchPlatformConfig) protectedDateTimeContentPropertyAliasFieldHandler(String aliasName, ContentPropertySchemaField schemaField, SearchPlatformConfig searchPlatformConfig) -
Uses of SearchPlatformConfig in com.atlassian.confluence.plugins.opensearch
Classes in com.atlassian.confluence.plugins.opensearch that implement SearchPlatformConfigModifier and TypeClassDescriptionclassApplication config for configuring OpenSearch -
Uses of SearchPlatformConfig in com.atlassian.confluence.plugins.opensearch.healthchecks
Constructors in com.atlassian.confluence.plugins.opensearch.healthchecks with parameters of type SearchPlatformConfigModifierConstructorDescriptionOpenSearchPlatformCondition(SearchPlatformConfig searchPlatformConfig) -
Uses of SearchPlatformConfig in com.atlassian.confluence.plugins.opensearch.healthchecks.config
Methods in com.atlassian.confluence.plugins.opensearch.healthchecks.config that return SearchPlatformConfig -
Uses of SearchPlatformConfig in com.atlassian.confluence.plugins.rest.jackson2.service
Constructors in com.atlassian.confluence.plugins.rest.jackson2.service with parameters of type SearchPlatformConfigModifierConstructorDescriptionDefaultReIndexService(ReIndexJobManager reIndexJobManager, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.beehive.ClusterLockService clusterLockService, ClusterManager clusterManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, SearchPlatformConfig searchPlatformConfig) -
Uses of SearchPlatformConfig in com.atlassian.confluence.spring.index
Methods in com.atlassian.confluence.spring.index that return SearchPlatformConfig -
Uses of SearchPlatformConfig in com.atlassian.confluence.status.service
Methods in com.atlassian.confluence.status.service with parameters of type SearchPlatformConfigModifier and TypeMethodDescriptionvoidDefaultSystemInformationService.setSearchPlatformConfig(SearchPlatformConfig searchPlatformConfig)