Uses of Class
com.atlassian.confluence.search.v2.Index
Packages that use Index
Package
Description
Provides a Lucene-backed implementation of the
SearchManager
.Provides an extensible, flexible search API.
This package is kept for compatibility purpose.
-
Uses of Index in com.atlassian.confluence.impl.admin.actions
Methods in com.atlassian.confluence.impl.admin.actions that return Index -
Uses of Index in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search that return types with arguments of type IndexMethod parameters in com.atlassian.confluence.internal.search with type arguments of type Index -
Uses of Index in com.atlassian.confluence.internal.search.v2
Method parameters in com.atlassian.confluence.internal.search.v2 with type arguments of type Index -
Uses of Index in com.atlassian.confluence.internal.search.v2.lucene
Method parameters in com.atlassian.confluence.internal.search.v2.lucene with type arguments of type Index -
Uses of Index in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return types with arguments of type IndexModifier and TypeMethodDescriptionAbstractFieldMappingsProviderModuleDescriptor.getIndices()
FieldMappingsProviderModuleDescriptor.getIndices()
-
Uses of Index in com.atlassian.confluence.plugins.contentproperty.index.config
Methods in com.atlassian.confluence.plugins.contentproperty.index.config that return types with arguments of type Index -
Uses of Index in com.atlassian.confluence.plugins.opensearch
Methods in com.atlassian.confluence.plugins.opensearch with parameters of type IndexModifier and TypeMethodDescriptionOpenSearchStagingIndexFactory.createStagingIndex
(Index index) OpenSearchConfig.getIndexName
(Index index) Method parameters in com.atlassian.confluence.plugins.opensearch with type arguments of type IndexModifier and TypeMethodDescriptionlong
DefaultOpenSearchSearchManager.scan
(List<Index> indices, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String, String[]>> consumer) Constructor parameters in com.atlassian.confluence.plugins.opensearch with type arguments of type IndexModifierConstructorDescriptionOpenSearchStagingIndexFactory
(Map<Index, OpenSearchIndexManager> indexManagers, OpenSearchIndexWriterFactory writerFactory, OpenSearchIndexPerformanceTuner performanceTuner) -
Uses of Index in com.atlassian.confluence.plugins.opensearch.events
Methods in com.atlassian.confluence.plugins.opensearch.events that return IndexConstructors in com.atlassian.confluence.plugins.opensearch.events with parameters of type IndexModifierConstructorDescriptionOpenSearchIndexCreatedEvent
(Object src, Index index, String indexName) -
Uses of Index in com.atlassian.confluence.plugins.opensearch.indexmanager
Methods in com.atlassian.confluence.plugins.opensearch.indexmanager that return IndexModifier and TypeMethodDescriptionOpenSearchIndexManager.getIndex()
OpenSearchIndexManagerImpl.getIndex()
Methods in com.atlassian.confluence.plugins.opensearch.indexmanager with parameters of type IndexModifier and TypeMethodDescriptionOpenSearchIndexManagerFactory.forCustomIndex
(Index index, AnalyzerDescriptorProvider defaultAnalyzer) OpenSearchIndexManagerFactory.forSystemIndex
(Index index) Constructors in com.atlassian.confluence.plugins.opensearch.indexmanager with parameters of type IndexModifierConstructorDescriptionOpenSearchIndexManagerImpl
(Index index, Supplier<org.opensearch.client.opensearch.indices.IndexSettingsAnalysis> analysisSettingsSupplier, org.opensearch.client.opensearch.OpenSearchClient client, OpenSearchConfig openSearchConfig, com.atlassian.event.api.EventPublisher eventPublisher, OpenSearchFieldMappingMapper fieldMappingMapper) -
Uses of Index in com.atlassian.confluence.search.v2
Fields in com.atlassian.confluence.search.v2 declared as IndexModifier and TypeFieldDescriptionstatic final Index
Index.CHANGE
static final Index
Index.CONTENT
Fields in com.atlassian.confluence.search.v2 with type parameters of type IndexMethods in com.atlassian.confluence.search.v2 that return IndexMethods in com.atlassian.confluence.search.v2 that return types with arguments of type IndexModifier and TypeMethodDescriptionIndex.from
(EnumSet<SearchIndex> indexes) AbstractSearch.getIndices()
DefaultSearchWithToken.getIndices()
ISearch.getIndices()
Methods in com.atlassian.confluence.search.v2 with parameters of type IndexModifier and TypeMethodDescriptionStagingIndexFactory.createStagingIndex
(Index index) Create a staging index.default ISearch.Builder<SEARCH>
Specifies the targeted indexesMethod parameters in com.atlassian.confluence.search.v2 with type arguments of type IndexModifier and TypeMethodDescriptionSpecifies the targeted indexeslong
SearchManager.scan
(List<Index> indices, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String, String[]>> consumer) ExecuteConsumer.accept(T)
for each search result.default ISearch
ISearch.withIndices
(List<Index> indices) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0.Constructor parameters in com.atlassian.confluence.search.v2 with type arguments of type IndexModifierConstructorDescriptionprotected
AbstractSearch
(List<Index> indexes, @NonNull SearchQuery query, SearchSort sort, int startOffset, int limit) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0.ChangesSearch
(List<Index> indices, @NonNull SearchQuery query, SearchSort sort, int startOffset, int limit) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0.ContentSearch
(List<Index> indices, @NonNull SearchQuery query, SearchSort sort, int startOffset, int limit) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0.DefaultSearch
(List<Index> indices, SearchQuery query, SearchSort sort) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0.DefaultSearch
(List<Index> indices, SearchQuery query, SearchSort sort, int startOffset, int limit) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0. -
Uses of Index in com.atlassian.confluence.search.v2.lucene
Methods in com.atlassian.confluence.search.v2.lucene with parameters of type IndexModifier and TypeMethodDescriptionstatic SearchIndex
Deprecated, for removal: This API element is subject to removal in a future version.A convenient method to convert anIndex
object to this enum value