Uses of Class
com.atlassian.confluence.search.v2.SearchIndexAccessException
Packages that use SearchIndexAccessException
Package
Description
Provides an extensible, flexible search API.
-
Uses of SearchIndexAccessException in com.atlassian.confluence.internal.index
Methods in com.atlassian.confluence.internal.index that throw SearchIndexAccessExceptionModifier and TypeMethodDescriptionvoid
AbstractReindexer.Context.Executor.execute
(SearchIndexAction action) -
Uses of SearchIndexAccessException in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene that throw SearchIndexAccessExceptionModifier and TypeMethodDescriptionDefaultCustomSearchIndexRegistry.add
(String name, AnalyzerDescriptorProvider analyzerDescriptorProvider) void
LuceneSearchIndexAccessor.execute
(SearchIndexAction action) long
LuceneSearchIndexAccessor.getSizeInBytes()
int
LuceneSearchIndexAccessor.numDocs()
void
void
-
Uses of SearchIndexAccessException in com.atlassian.confluence.plugins.opensearch
Methods in com.atlassian.confluence.plugins.opensearch that throw SearchIndexAccessExceptionModifier and TypeMethodDescriptionOpenSearchCustomSearchIndexRegistry.add
(String name, @Nullable AnalyzerDescriptorProvider analyzerDescriptorProvider) OpenSearchStagingIndexFactory.createStagingIndex
(Index index) void
OpenSearchSearchIndexAccessor.execute
(SearchIndexAction action) long
OpenSearchSearchIndexAccessor.getSizeInBytes()
int
OpenSearchSearchIndexAccessor.numDocs()
void
void
-
Uses of SearchIndexAccessException in com.atlassian.confluence.plugins.opensearch.indexmanager
Methods in com.atlassian.confluence.plugins.opensearch.indexmanager that throw SearchIndexAccessExceptionModifier and TypeMethodDescriptionboolean
OpenSearchIndexManagerImpl.putIfAbsent
(FieldMapping mapping) protected boolean
OpenSearchIndexManagerImpl.putIfAbsent
(FieldMapping mapping, String indexName) -
Uses of SearchIndexAccessException in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that throw SearchIndexAccessExceptionModifier and TypeMethodDescriptionvoid
StagingIndexFactory.StagingIndex.activate()
Promotes the staging index to the production index.CustomSearchIndexRegistry.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.void
StagingIndexFactory.StagingIndex.close()
Cleans up resources associated with the staging index.StagingIndexFactory.createStagingIndex
(Index index) Create a staging index.void
DelegatingSearchIndexAccessor.execute
(SearchIndexAction action) void
SearchIndexAccessor.execute
(SearchIndexAction action) Executes a SearchIndexAction on the underlying search index.void
StagingIndexFactory.StagingIndex.execute
(SearchIndexAction action) Executes the providedSearchIndexAction
on the staging index.This method returns theSearchIndexAccessor
corresponding to the index represented by its unique name.long
DelegatingSearchIndexAccessor.getSizeInBytes()
long
SearchIndexAccessor.getSizeInBytes()
Get the total size of the index in bytes.int
DelegatingSearchIndexAccessor.numDocs()
int
SearchIndexAccessor.numDocs()
Get the total number of index documents for the underlying search indexboolean
FieldMappings.FieldMappingWriter.putIfAbsent
(FieldMapping mapping) Create the specified field mapping on the underlying index if it is not already present.void
Remove the custom index from the registry.void
void
Take a snapshot of the current index and store it into the destination directory