Uses of Class
com.atlassian.confluence.search.v2.ScoringStrategy
-
Packages that use ScoringStrategy Package Description com.atlassian.confluence.internal.index.lucene com.atlassian.confluence.search.v2 Provides an extensible, flexible search API. -
-
Uses of ScoringStrategy in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene with parameters of type ScoringStrategy Modifier and Type Method Description SearchIndexAccessorDefaultCustomSearchIndexRegistry. add(String name, String relativeIndexPath, ScoringStrategy scoringStrategy, AnalyzerDescriptorProvider analyzerDescriptorProvider)LuceneConnectionCustomLuceneConnectionFactory. create(String relativePath, ScoringStrategy scoringStrategy, AnalyzerDescriptorProvider analyzerDescriptorProvider)LuceneConnectionCustomLuceneConnectionFactoryImpl. create(String relativePath, ScoringStrategy scoringStrategy, AnalyzerDescriptorProvider analyzerDescriptorProvider) -
Uses of ScoringStrategy in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that return ScoringStrategy Modifier and Type Method Description static ScoringStrategyScoringStrategy. 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.Methods in com.atlassian.confluence.search.v2 with parameters of type ScoringStrategy 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.Constructors in com.atlassian.confluence.search.v2 with parameters of type ScoringStrategy Constructor Description DelegatingSearchIndexAccessor(CustomSearchIndexRegistry customSearchIndexRegistry, String indexName, String relativeIndexPath, ScoringStrategy scoringStrategy, AnalyzerDescriptorProvider analyzerDescriptorProvider)
-