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.plugins.opensearch com.atlassian.confluence.search.v2 Provides an extensible, flexible search API.com.atlassian.confluence.spring.index -
-
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 classDefaultCustomSearchIndexRegistry -
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.plugins.opensearch
Classes in com.atlassian.confluence.plugins.opensearch that implement CustomSearchIndexRegistry Modifier and Type Class Description classOpenSearchCustomSearchIndexRegistry -
Uses of CustomSearchIndexRegistry in com.atlassian.confluence.search.v2
-
Uses of CustomSearchIndexRegistry in com.atlassian.confluence.spring.index
Methods in com.atlassian.confluence.spring.index that return CustomSearchIndexRegistry Modifier and Type Method Description CustomSearchIndexRegistryOpenSearchSubsystemConfig. customSearchIndexRegistry()
-