Uses of Class
com.atlassian.confluence.search.v2.lucene.SearchIndex
-
-
Uses of SearchIndex in com.atlassian.confluence.event.events.search
Methods in com.atlassian.confluence.event.events.search that return types with arguments of type SearchIndex Modifier and Type Method Description Set<SearchIndex>
V2QueryExecutionEvent. getSearchIndexes()
Constructor parameters in com.atlassian.confluence.event.events.search with type arguments of type SearchIndex Constructor Description V2QueryExecutionEvent(long startMillis, long endMillis, int totalHits, int startOffset, int limit, Set<SearchIndex> searchIndexes)
Deprecated.since 7.11, useV2QueryExecutionEvent(long, long, long, int, int, int, Set)
V2QueryExecutionEvent(long durationMillis, long filterPreparationDurationMillis, long indexScanningDurationMillis, int totalHits, int startOffset, int limit, Set<SearchIndex> searchIndexes)
-
Uses of SearchIndex in com.atlassian.confluence.impl.admin.actions
Methods in com.atlassian.confluence.impl.admin.actions that return SearchIndex Modifier and Type Method Description abstract SearchIndex
AbstractViewIndexQueueAction. getSearchIndex()
SearchIndex
ViewChangeIndexQueueAction. getSearchIndex()
SearchIndex
ViewContentIndexQueueAction. getSearchIndex()
-
Uses of SearchIndex in com.atlassian.confluence.impl.search
Methods in com.atlassian.confluence.impl.search that return SearchIndex Modifier and Type Method Description SearchIndex
DefaultIndexFlushRequester.RequestIndexFlushEvent. getAffectedSearchIndex()
Constructors in com.atlassian.confluence.impl.search with parameters of type SearchIndex Constructor Description DefaultIndexFlushRequester(SynchronizationManager synchronizationManager, com.atlassian.event.api.EventPublisher eventPublisher, SearchIndex searchIndex)
RequestIndexFlushEvent(Object src, SearchIndex affectedSearchIndex)
Constructor parameters in com.atlassian.confluence.impl.search with type arguments of type SearchIndex Constructor Description IndexFlushEventDispatcher(Map<SearchIndex,IndexFlushScheduler> indexFlushSchedulers, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar)
-
Uses of SearchIndex in com.atlassian.confluence.impl.search.queue
Constructor parameters in com.atlassian.confluence.impl.search.queue with type arguments of type SearchIndex Constructor Description CompositeIndexTaskQueue(Map<SearchIndex,IndexTaskQueue<T>> taskQueueBySearchIndex, IndexTaskQueue<T> fallbackQueue)
Deprecated. -
Uses of SearchIndex in com.atlassian.confluence.impl.search.v2.lucene
Method parameters in com.atlassian.confluence.impl.search.v2.lucene with type arguments of type SearchIndex Modifier and Type Method Description Object
MultiReaderBasedConnection. withReader(EnumSet<SearchIndex> indexes, ILuceneConnection.ReaderAction action)
void
MultiReaderBasedConnection. withSearch(EnumSet<SearchIndex> indexes, ILuceneConnection.SearcherAction action)
<T> T
MultiReaderBasedConnection. withSearcher(EnumSet<SearchIndex> indexes, long searchToken, ILuceneConnection.SearcherWithTokenAction<T> action)
<T> T
MultiReaderBasedConnection. withSearcher(EnumSet<SearchIndex> indexes, ILuceneConnection.SearcherWithTokenAction<T> action)
Constructors in com.atlassian.confluence.impl.search.v2.lucene with parameters of type SearchIndex Constructor Description MultiReaderBasedConnection(SearchIndex index, ILuceneConnection connection)
Constructor parameters in com.atlassian.confluence.impl.search.v2.lucene with type arguments of type SearchIndex Constructor Description MultiReaderBasedConnection(ILuceneConnection.Configuration connectionConfig, Map<SearchIndex,ILuceneConnection> connectionByIndex)
MultiReaderBasedConnection(Map<SearchIndex,ILuceneConnection> connectionByIndex)
-
Uses of SearchIndex in com.atlassian.confluence.impl.upgrade.upgradetask
Constructor parameters in com.atlassian.confluence.impl.upgrade.upgradetask with type arguments of type SearchIndex Constructor Description ReindexAllBlogsUpgradeTask(IndexTaskFactoryInternal indexTaskFactory, Map<SearchIndex,IndexTaskQueue<IndexTask>> taskQueueBySearchIndex)
UnindexContentTypeUpgradeTask(Map<SearchIndex,IndexTaskQueue<IndexTask>> taskQueueBySearchIndex, IndexTaskFactoryInternal indexTaskFactory, ContentTypeEnum contentTypeEnum)
UnindexContentTypeUpgradeTask(Map<SearchIndex,IndexTaskQueue<IndexTask>> taskQueueBySearchIndex, IndexTaskFactoryInternal indexTaskFactory, String contentTypeRepresentation)
-
Uses of SearchIndex in com.atlassian.confluence.internal.index
Methods in com.atlassian.confluence.internal.index with parameters of type SearchIndex Modifier and Type Method Description void
IndexLockService. lock(SearchIndex index)
Blocks to acquire a lock onindex
.boolean
IndexLockService. tryLock(SearchIndex index, long duration, TimeUnit timeUnit)
Tries to acquire a lock on theindex
in given time limit.void
IndexLockService. unlock(SearchIndex index)
Releases the lock held onindex
Method parameters in com.atlassian.confluence.internal.index with type arguments of type SearchIndex Modifier and Type Method Description void
IndexLockService. lock(EnumSet<SearchIndex> indices)
Blocks to acquire a lock onindices
.boolean
IndexLockService. tryLock(EnumSet<SearchIndex> indices, long duration, TimeUnit timeUnit)
Tries to acquire a lock onindices
in given time limit.void
IndexLockService. unlock(EnumSet<SearchIndex> indices)
Releases the lock held onindices
. -
Uses of SearchIndex in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene with parameters of type SearchIndex Modifier and Type Method Description void
DefaultIndexLockService. lock(SearchIndex index)
boolean
DefaultIndexLockService. tryLock(SearchIndex index, long duration, TimeUnit timeUnit)
void
DefaultIndexLockService. unlock(SearchIndex index)
Method parameters in com.atlassian.confluence.internal.index.lucene with type arguments of type SearchIndex Modifier and Type Method Description void
DefaultIndexLockService. lock(EnumSet<SearchIndex> indices)
boolean
DefaultIndexLockService. tryLock(EnumSet<SearchIndex> indices, long duration, TimeUnit timeUnit)
void
DefaultIndexLockService. unlock(EnumSet<SearchIndex> indices)
-
Uses of SearchIndex in com.atlassian.confluence.internal.search
Method parameters in com.atlassian.confluence.internal.search with type arguments of type SearchIndex Modifier and Type Method Description long
DecoratedSearchManager. scan(EnumSet<SearchIndex> indexes, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String,String[]>> consumer)
Constructors in com.atlassian.confluence.internal.search with parameters of type SearchIndex Constructor Description LuceneIncrementalIndexManager(IndexLockService lockService, IndexTaskQueue<ConfluenceIndexTask> taskQueue, SearchIndexAccessor searchIndexAccessor, com.atlassian.event.api.EventPublisher eventPublisher, FullReindexManager fullReindexManager, SearchIndex targetIndex)
-
Uses of SearchIndex in com.atlassian.confluence.internal.search.extractor2
Methods in com.atlassian.confluence.internal.search.extractor2 with parameters of type SearchIndex Modifier and Type Method Description Collection<BulkExtractor<?>>
BulkExtractorProvider. findBulkExtractors(SearchIndex searchIndex)
Collection<BulkExtractor<?>>
PluginBulkExtractorProvider. findBulkExtractors(SearchIndex searchIndex)
List<Extractor2>
DefaultExtractor2Provider. get(SearchIndex searchIndex, boolean requiresLatestVersion)
List<Extractor2>
Extractor2Provider. get(SearchIndex searchIndex, boolean requiresLatestVersion)
-
Uses of SearchIndex in com.atlassian.confluence.internal.search.tasks
Methods in com.atlassian.confluence.internal.search.tasks that return SearchIndex Modifier and Type Method Description SearchIndex
AddChangeDocumentIndexTask. getSearchIndex()
SearchIndex
AddDocumentIndexTask. getSearchIndex()
SearchIndex
ContentIndexTask. getSearchIndex()
SearchIndex
DeleteChangeDocumentsIndexTask. getSearchIndex()
SearchIndex
DeleteDocumentIndexTask. getSearchIndex()
SearchIndex
NoOpIndexTask. getSearchIndex()
SearchIndex
RebuildChangeDocumentsIndexTask. getSearchIndex()
SearchIndex
ReindexAllBlogsChangeIndexTask. getSearchIndex()
SearchIndex
ReindexAllBlogsContentIndexTask. getSearchIndex()
SearchIndex
ReindexAllSpacesChangeIndexTask. getSearchIndex()
SearchIndex
ReindexAllSpacesContentIndexTask. getSearchIndex()
SearchIndex
ReindexAllUsersChangeIndexTask. getSearchIndex()
SearchIndex
ReindexAllUsersContentIndexTask. getSearchIndex()
SearchIndex
ReindexUsersInGroupChangeIndexTask. getSearchIndex()
SearchIndex
ReindexUsersInGroupContentIndexTask. getSearchIndex()
SearchIndex
UnindexContentTypeChangeIndexTask. getSearchIndex()
SearchIndex
UnindexContentTypeContentIndexTask. getSearchIndex()
SearchIndex
UnIndexSpaceChangeIndexTask. getSearchIndex()
SearchIndex
UnIndexSpaceContentIndexTask. getSearchIndex()
SearchIndex
UpdateDocumentIndexTask. getSearchIndex()
-
Uses of SearchIndex in com.atlassian.confluence.internal.search.v2
Method parameters in com.atlassian.confluence.internal.search.v2 with type arguments of type SearchIndex Modifier and Type Method Description long
ProfiledSearchManager. scan(EnumSet<SearchIndex> indexes, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String,String[]>> consumer)
-
Uses of SearchIndex in com.atlassian.confluence.internal.search.v2.lucene
Method parameters in com.atlassian.confluence.internal.search.v2.lucene with type arguments of type SearchIndex Modifier and Type Method Description long
LuceneSearchManager. scan(EnumSet<SearchIndex> indexes, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String,String[]>> consumer)
ExecuteConsumer.accept(T)
for each search result.Object
MultiConnection. withReader(EnumSet<SearchIndex> indexes, ILuceneConnection.ReaderAction action)
void
MultiConnection. withSearch(EnumSet<SearchIndex> indexes, ILuceneConnection.SearcherAction action)
<T> T
MultiConnection. withSearcher(EnumSet<SearchIndex> indexes, long searchToken, ILuceneConnection.SearcherWithTokenAction<T> action)
<T> T
MultiConnection. withSearcher(EnumSet<SearchIndex> indexes, ILuceneConnection.SearcherWithTokenAction<T> action)
-
Uses of SearchIndex in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return SearchIndex Modifier and Type Method Description SearchIndex
BulkExtractorModuleDescriptor. getSearchIndex()
SearchIndex
Extractor2ModuleDescriptor. getSearchIndex()
-
Uses of SearchIndex in com.atlassian.confluence.plugins.edgeindex.tasks
Methods in com.atlassian.confluence.plugins.edgeindex.tasks that return SearchIndex Modifier and Type Method Description SearchIndex
AddEdgeDocumentIndexTask. getSearchIndex()
SearchIndex
DeleteEdgeDocumentIndexTask. getSearchIndex()
SearchIndex
DeleteEdgeTargetingDocumentIndexTask. getSearchIndex()
SearchIndex
DeleteEdgeTypeByUserDocumentIndexTask. getSearchIndex()
SearchIndex
ReIndexPermissionsIndexTask. getSearchIndex()
-
Uses of SearchIndex in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return SearchIndex Modifier and Type Method Description SearchIndex
ConfluenceIndexTask. getSearchIndex()
-
Uses of SearchIndex in com.atlassian.confluence.search.v2
Fields in com.atlassian.confluence.search.v2 with type parameters of type SearchIndex Modifier and Type Field Description protected EnumSet<SearchIndex>
AbstractSearch. indexes
Methods in com.atlassian.confluence.search.v2 that return types with arguments of type SearchIndex Modifier and Type Method Description EnumSet<SearchIndex>
AbstractSearch. getSearchIndexes()
EnumSet<SearchIndex>
DefaultSearchWithToken. getSearchIndexes()
default EnumSet<SearchIndex>
ISearch. getSearchIndexes()
Specifies which indexes should be targeted for this particular search.Method parameters in com.atlassian.confluence.search.v2 with type arguments of type SearchIndex Modifier and Type Method Description long
SearchManager. scan(EnumSet<SearchIndex> indexes, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String,String[]>> consumer)
ExecuteConsumer.accept(T)
for each search result.Constructor parameters in com.atlassian.confluence.search.v2 with type arguments of type SearchIndex Constructor Description AbstractSearch(EnumSet<SearchIndex> indexes, @NonNull SearchQuery query, SearchSort sort)
Constructs an abstract representation of a search to be performed.AbstractSearch(EnumSet<SearchIndex> indexes, @NonNull SearchQuery query, SearchSort sort, int startOffset, int limit)
Constructs an abstract representation of a search to be performed.DefaultSearch(EnumSet<SearchIndex> indexes, SearchQuery query, SearchSort sort, int startOffset, int limit)
-
Uses of SearchIndex in com.atlassian.confluence.search.v2.lucene
Methods in com.atlassian.confluence.search.v2.lucene that return SearchIndex Modifier and Type Method Description static SearchIndex
SearchIndex. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchIndex[]
SearchIndex. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-