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)voidLuceneSearchIndexAccessor. execute(SearchIndexAction action)SearchIndexAccessorDefaultCustomSearchIndexRegistry. get(String name)intLuceneSearchIndexAccessor. numDocs()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.voidDelegatingSearchIndexAccessor. execute(SearchIndexAction action)voidSearchIndexAccessor. execute(SearchIndexAction action)Executes a SearchIndexAction on the underlying search index.SearchIndexAccessorCustomSearchIndexRegistry. get(String name)This method returns theSearchIndexAccessorcorresponding to the index represented by its unique name.intDelegatingSearchIndexAccessor. numDocs()intSearchIndexAccessor. numDocs()Get the total number of index documents for the underlying search indexvoidCustomSearchIndexRegistry. 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
-