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 SearchIndexAbstractViewIndexQueueAction. getSearchIndex()SearchIndexViewChangeIndexQueueAction. getSearchIndex()SearchIndexViewContentIndexQueueAction. 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 SearchIndexDefaultIndexFlushRequester.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 ObjectMultiReaderBasedConnection. withReader(EnumSet<SearchIndex> indexes, ILuceneConnection.ReaderAction action)voidMultiReaderBasedConnection. withSearch(EnumSet<SearchIndex> indexes, ILuceneConnection.SearcherAction action)<T> TMultiReaderBasedConnection. withSearcher(EnumSet<SearchIndex> indexes, long searchToken, ILuceneConnection.SearcherWithTokenAction<T> action)<T> TMultiReaderBasedConnection. 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 voidIndexLockService. lock(SearchIndex index)Blocks to acquire a lock onindex.booleanIndexLockService. tryLock(SearchIndex index, long duration, TimeUnit timeUnit)Tries to acquire a lock on theindexin given time limit.voidIndexLockService. unlock(SearchIndex index)Releases the lock held onindexMethod parameters in com.atlassian.confluence.internal.index with type arguments of type SearchIndex Modifier and Type Method Description voidIndexLockService. lock(EnumSet<SearchIndex> indices)Blocks to acquire a lock onindices.booleanIndexLockService. tryLock(EnumSet<SearchIndex> indices, long duration, TimeUnit timeUnit)Tries to acquire a lock onindicesin given time limit.voidIndexLockService. 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 voidDefaultIndexLockService. lock(SearchIndex index)booleanDefaultIndexLockService. tryLock(SearchIndex index, long duration, TimeUnit timeUnit)voidDefaultIndexLockService. unlock(SearchIndex index)Method parameters in com.atlassian.confluence.internal.index.lucene with type arguments of type SearchIndex Modifier and Type Method Description voidDefaultIndexLockService. lock(EnumSet<SearchIndex> indices)booleanDefaultIndexLockService. tryLock(EnumSet<SearchIndex> indices, long duration, TimeUnit timeUnit)voidDefaultIndexLockService. unlock(EnumSet<SearchIndex> indices) -
Uses of SearchIndex in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search that return SearchIndex Modifier and Type Method Description SearchIndexLuceneIncrementalIndexManager. getTargetIndex()Method parameters in com.atlassian.confluence.internal.search with type arguments of type SearchIndex Modifier and Type Method Description longDecoratedSearchManager. 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, org.hibernate.SessionFactory sessionFactory, HibernateSessionManager5 sessionManager, JournalService journalService) -
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 SearchIndexAddChangeDocumentIndexTask. getSearchIndex()SearchIndexAddDocumentIndexTask. getSearchIndex()SearchIndexContentIndexTask. getSearchIndex()SearchIndexDeleteChangeDocumentsIndexTask. getSearchIndex()SearchIndexDeleteDocumentIndexTask. getSearchIndex()SearchIndexNoOpIndexTask. getSearchIndex()SearchIndexRebuildChangeDocumentsIndexTask. getSearchIndex()SearchIndexReindexAllBlogsChangeIndexTask. getSearchIndex()SearchIndexReindexAllBlogsContentIndexTask. getSearchIndex()SearchIndexReindexAllSpacesChangeIndexTask. getSearchIndex()SearchIndexReindexAllSpacesContentIndexTask. getSearchIndex()SearchIndexReindexAllUsersChangeIndexTask. getSearchIndex()SearchIndexReindexAllUsersContentIndexTask. getSearchIndex()SearchIndexReindexUsersInGroupChangeIndexTask. getSearchIndex()SearchIndexReindexUsersInGroupContentIndexTask. getSearchIndex()SearchIndexUnindexContentTypeChangeIndexTask. getSearchIndex()SearchIndexUnindexContentTypeContentIndexTask. getSearchIndex()SearchIndexUnIndexSpaceChangeIndexTask. getSearchIndex()SearchIndexUnIndexSpaceContentIndexTask. getSearchIndex()SearchIndexUpdateDocumentIndexTask. 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 longProfiledSearchManager. 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 longLuceneSearchManager. scan(EnumSet<SearchIndex> indexes, SearchQuery searchQuery, Set<String> requestedFields, Consumer<Map<String,String[]>> consumer)ExecuteConsumer.accept(T)for each search result.ObjectMultiConnection. withReader(EnumSet<SearchIndex> indexes, ILuceneConnection.ReaderAction action)voidMultiConnection. withSearch(EnumSet<SearchIndex> indexes, ILuceneConnection.SearcherAction action)<T> TMultiConnection. withSearcher(EnumSet<SearchIndex> indexes, long searchToken, ILuceneConnection.SearcherWithTokenAction<T> action)<T> TMultiConnection. 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 SearchIndexBulkExtractorModuleDescriptor. getSearchIndex()SearchIndexExtractor2ModuleDescriptor. 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 SearchIndexAddEdgeDocumentIndexTask. getSearchIndex()SearchIndexDeleteEdgeDocumentIndexTask. getSearchIndex()SearchIndexDeleteEdgeTargetingDocumentIndexTask. getSearchIndex()SearchIndexDeleteEdgeTypeByUserDocumentIndexTask. getSearchIndex()SearchIndexReIndexPermissionsIndexTask. getSearchIndex() -
Uses of SearchIndex in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return SearchIndex Modifier and Type Method Description SearchIndexConfluenceIndexTask. 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. indexesMethods 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 longSearchManager. 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 SearchIndexSearchIndex. 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.
-