Uses of Class
com.atlassian.confluence.search.v2.Index
-
Packages that use Index Package Description com.atlassian.confluence.internal.search com.atlassian.confluence.internal.search.v2 com.atlassian.confluence.internal.search.v2.lucene Provides a Lucene-backed implementation of theSearchManager
.com.atlassian.confluence.plugin.descriptor com.atlassian.confluence.plugins.opensearch com.atlassian.confluence.plugins.opensearch.events com.atlassian.confluence.plugins.opensearch.mappers com.atlassian.confluence.search.v2 Provides an extensible, flexible search API.com.atlassian.confluence.search.v2.lucene This package is kept for compatibility purpose. -
-
Uses of Index in com.atlassian.confluence.internal.search
Method parameters in com.atlassian.confluence.internal.search with type arguments of type Index Modifier and Type Method Description long
DecoratedSearchManager. scan(List<Index> indices, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String,String[]>> consumer)
-
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 Modifier and Type Method Description long
ProfiledSearchManager. scan(List<Index> indices, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String,String[]>> consumer)
-
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 Modifier and Type Method Description long
LuceneSearchManager. scan(List<Index> indices, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String,String[]>> consumer)
-
Uses of Index in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return types with arguments of type Index Modifier and Type Method Description List<Index>
FieldMappingsProviderModuleDescriptor. getIndices()
-
Uses of Index in com.atlassian.confluence.plugins.opensearch
Methods in com.atlassian.confluence.plugins.opensearch that return Index Modifier and Type Method Description Index
OpenSearchIndexManagerFactory.OpenSearchIndexManagerImpl. getIndex()
Methods in com.atlassian.confluence.plugins.opensearch with parameters of type Index Modifier and Type Method Description OpenSearchSearchIndexAccessor
OpenSearchSearchIndexAccessorFactory. createCustomIndexAccessor(Index index, @Nullable AnalyzerDescriptorProvider analyzerProvider)
Factory method to create accessor for custom index, and initialises it on OpenSearch.OpenSearchSearchIndexAccessor
OpenSearchSearchIndexAccessorFactory. createSystemIndexAccessor(Index index)
OpenSearchIndexManager
OpenSearchIndexManagerFactory. forCustomIndex(Index index, AnalyzerDescriptorProvider defaultAnalyzer)
OpenSearchIndexManager
OpenSearchIndexManagerFactory. forSystemIndex(Index index)
String
OpenSearchConfig. getIndexName(Index index)
Method parameters in com.atlassian.confluence.plugins.opensearch with type arguments of type Index Modifier and Type Method Description long
DefaultOpenSearchSearchManager. scan(List<Index> indices, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String,String[]>> consumer)
Constructors in com.atlassian.confluence.plugins.opensearch with parameters of type Index Constructor Description OpenSearchIndexManagerImpl(Index index, Supplier<org.opensearch.client.opensearch.indices.IndexSettingsAnalysis> analysisSettingsSupplier)
-
Uses of Index in com.atlassian.confluence.plugins.opensearch.events
Methods in com.atlassian.confluence.plugins.opensearch.events that return Index Modifier and Type Method Description Index
OpenSearchIndexRecreatedEvent. getIndex()
Constructors in com.atlassian.confluence.plugins.opensearch.events with parameters of type Index Constructor Description OpenSearchIndexRecreatedEvent(Object src, Index index)
-
Uses of Index in com.atlassian.confluence.plugins.opensearch.mappers
Methods in com.atlassian.confluence.plugins.opensearch.mappers that return Index Modifier and Type Method Description Index
OpenSearchIndexManager. getIndex()
-
Uses of Index in com.atlassian.confluence.search.v2
Fields in com.atlassian.confluence.search.v2 declared as Index Modifier and Type Field Description static Index
Index. CHANGE
static Index
Index. CONTENT
Fields in com.atlassian.confluence.search.v2 with type parameters of type Index Modifier and Type Field Description protected List<Index>
AbstractSearch. indices
Methods in com.atlassian.confluence.search.v2 that return Index Modifier and Type Method Description static Index
Index. custom(String name)
static Index
Index. system(String name)
Methods in com.atlassian.confluence.search.v2 that return types with arguments of type Index Modifier and Type Method Description static List<Index>
Index. from(EnumSet<SearchIndex> indexes)
List<Index>
AbstractSearch. getIndices()
List<Index>
DefaultSearchWithToken. getIndices()
Deprecated, for removal: This API element is subject to removal in a future version.default List<Index>
ISearch. getIndices()
Method parameters in com.atlassian.confluence.search.v2 with type arguments of type Index Modifier and Type Method Description long
SearchManager. scan(List<Index> indices, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String,String[]>> consumer)
ExecuteConsumer.accept(T)
for each search result.ISearch
CustomSearch. withIndices(List<Index> indices)
Deprecated, for removal: This API element is subject to removal in a future version.ISearch
DefaultSearch. withIndices(List<Index> indices)
ISearch
DefaultSearchWithToken. withIndices(List<Index> indices)
Deprecated, for removal: This API element is subject to removal in a future version.default ISearch
ISearch. withIndices(List<Index> indices)
This method is only applicable forCustomSearch
andDefaultSearch
A class must implement this method.Constructor parameters in com.atlassian.confluence.search.v2 with type arguments of type Index Constructor Description AbstractSearch(List<Index> indices, @NonNull SearchQuery query, SearchSort sort, int startOffset, int limit)
AbstractSearch(List<Index> indices, @NonNull SearchQuery query, SearchSort sort, int startOffset, int limit, List<String> searchAfter)
ChangesSearch(List<Index> indices, @NonNull SearchQuery query, SearchSort sort, int startOffset, int limit, List<String> searchAfter)
ContentSearch(List<Index> indices, @NonNull SearchQuery query, SearchSort sort, int startOffset, int limit, List<String> searchAfter)
CustomSearch(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.CustomSearch(List<Index> indices, @NonNull SearchQuery query, SearchSort sort, int startOffset, int limit, List<String> searchAfter)
Deprecated, for removal: This API element is subject to removal in a future version.DefaultSearch(List<Index> indices, @NonNull SearchQuery query, SearchSort sort, int startOffset, int limit, List<String> searchAfter)
Support searchAfter parameter in OpenSearchDefaultSearch(List<Index> indices, SearchQuery query, SearchSort sort)
DefaultSearch(List<Index> indices, SearchQuery query, SearchSort sort, int startOffset, int limit)
-
Uses of Index in com.atlassian.confluence.search.v2.lucene
Methods in com.atlassian.confluence.search.v2.lucene with parameters of type Index Modifier and Type Method Description static SearchIndex
SearchIndex. fromIndex(Index index)
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
-