Uses of Interface
com.atlassian.confluence.search.v2.CustomSearchIndexRegistry
-
Packages that use CustomSearchIndexRegistry Package Description com.atlassian.confluence.internal.index.lucene com.atlassian.confluence.plugins.edgeindex com.atlassian.confluence.search.v2 Provides an extensible, flexible search API. -
-
Uses of CustomSearchIndexRegistry in com.atlassian.confluence.internal.index.lucene
Classes in com.atlassian.confluence.internal.index.lucene that implement CustomSearchIndexRegistry Modifier and Type Class Description class
DefaultCustomSearchIndexRegistry
-
Uses of CustomSearchIndexRegistry in com.atlassian.confluence.plugins.edgeindex
Constructors in com.atlassian.confluence.plugins.edgeindex with parameters of type CustomSearchIndexRegistry Constructor Description EdgeSearchIndexAccessor(CustomSearchIndexRegistry customSearchIndexRegistry)
-
Uses of CustomSearchIndexRegistry in com.atlassian.confluence.search.v2
Constructors in com.atlassian.confluence.search.v2 with parameters of type CustomSearchIndexRegistry Constructor Description DelegatingSearchIndexAccessor(CustomSearchIndexRegistry customSearchIndexRegistry, String indexName, String relativeIndexPath, ScoringStrategy scoringStrategy, AnalyzerDescriptorProvider analyzerDescriptorProvider)
-