| Package | Description |
|---|---|
| com.atlassian.confluence.index | |
| com.atlassian.confluence.search | |
| com.atlassian.confluence.search.lucene | |
| com.atlassian.confluence.util |
| Modifier and Type | Method and Description |
|---|---|
default void |
ReIndexer.reIndex(Progress progress)
Triggers a system wide re-index.
|
default void |
ReIndexer.reIndex(Set<ReIndexOption> options,
Progress progress)
Triggers a system wide re-index.
|
void |
ReIndexer.reIndex(Set<ReIndexOption> options,
SearchQuery luceneQuery,
Progress progress)
Triggers a system wide re-index.
|
void |
ConfluenceReIndexer.reIndex(Set<ReIndexOption> options,
SearchQuery searchQuery,
Progress progress) |
| Modifier and Type | Method and Description |
|---|---|
Progress |
ReIndexTask.getProgress() |
| Constructor and Description |
|---|
ReindexWorkBatch(IndexTaskFactory indexTaskFactory,
org.apache.lucene.index.IndexWriter indexWriter,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
Progress progress,
com.atlassian.bonnie.search.DocumentBuilder documentBuilder,
ConcurrentLinkedQueue<HibernateHandle> work,
AnyTypeDao anyTypeDao) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProgress
Thread-safe class for tracking progress.
|
Copyright © 2003–2016 Atlassian. All rights reserved.