| 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) |
com.atlassian.bonnie.LuceneConnection |
CustomLuceneConnectionFactory.create(String relativePath,
ScoringStrategy scoringStrategy,
AnalyzerDescriptorProvider analyzerDescriptorProvider) |
com.atlassian.bonnie.LuceneConnection |
CustomLuceneConnectionFactoryImpl.create(String relativePath,
ScoringStrategy scoringStrategy,
AnalyzerDescriptorProvider analyzerDescriptorProvider) |
| Modifier and Type | Method and Description |
|---|---|
static ScoringStrategy |
ScoringStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScoringStrategy[] |
ScoringStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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. |
| Constructor and Description |
|---|
DelegatingSearchIndexAccessor(CustomSearchIndexRegistry customSearchIndexRegistry,
String indexName,
String relativeIndexPath,
ScoringStrategy scoringStrategy,
AnalyzerDescriptorProvider analyzerDescriptorProvider) |
Copyright © 2003–2022 Atlassian. All rights reserved.