Uses of Class
com.atlassian.confluence.search.v2.SearchIndexAccessException
-
Packages that use SearchIndexAccessException Package Description com.atlassian.confluence.internal.index.lucene com.atlassian.confluence.search.v2 Provides an extensible, flexible search API. -
-
Uses of SearchIndexAccessException in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene that throw SearchIndexAccessException Modifier and Type Method Description SearchIndexAccessorDefaultCustomSearchIndexRegistry. add(String name, String relativeIndexPath, ScoringStrategy scoringStrategy, AnalyzerDescriptorProvider analyzerDescriptorProvider)SearchIndexAccessorDefaultCustomSearchIndexRegistry. get(String name)voidDefaultCustomSearchIndexRegistry. remove(String name)voidLuceneSearchIndexAccessor. snapshot(File destinationDirectory) -
Uses of SearchIndexAccessException in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that throw SearchIndexAccessException 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.voidCustomSearchIndexRegistry. remove(String name)Remove the custom index from the registry.voidDelegatingSearchIndexAccessor. snapshot(File destinationDirectory)voidSearchIndexAccessor. snapshot(File destinationDirectory)Take a snapshot of the current index and store it into the destination directory
-