Package | Description |
---|---|
com.atlassian.confluence.internal.index.lucene | |
com.atlassian.confluence.search.v2 |
Provides an extensible, flexible search API.
|
Modifier and Type | Method and Description |
---|---|
SearchIndexAccessor |
DefaultCustomSearchIndexRegistry.add(String name,
String relativeIndexPath,
ScoringStrategy scoringStrategy,
AnalyzerDescriptorProvider analyzerDescriptorProvider) |
SearchIndexAccessor |
DefaultCustomSearchIndexRegistry.get(String name) |
void |
DefaultCustomSearchIndexRegistry.remove(String name) |
void |
LuceneSearchIndexAccessor.snapshot(File destinationDirectory) |
Modifier and Type | Method and Description |
---|---|
SearchIndexAccessor |
CustomSearchIndexRegistry.add(String name,
String relativeIndexPath,
ScoringStrategy scoringStrategy,
@Nullable AnalyzerDescriptorProvider analyzerDescriptorProvider)
This method can be called multiple times but a new
SearchIndexAccessor instance will be created only once
for the first call. |
SearchIndexAccessor |
CustomSearchIndexRegistry.get(String name)
This method returns the
SearchIndexAccessor corresponding to the index represented by its unique name. |
void |
CustomSearchIndexRegistry.remove(String name)
Remove the custom index from the registry.
|
void |
DelegatingSearchIndexAccessor.snapshot(File destinationDirectory) |
void |
SearchIndexAccessor.snapshot(File destinationDirectory)
Take a snapshot of the current index and store it into the destination directory
|
Copyright © 2003–2022 Atlassian. All rights reserved.