| Package | Description |
|---|---|
| com.atlassian.confluence.search.elasticsearch | |
| com.atlassian.confluence.search.elasticsearch.journalverifier | |
| com.atlassian.confluence.search.elasticsearch.tasks |
| Modifier and Type | Method and Description |
|---|---|
ESTask |
ESIndexTaskFactory.newIndexTask(String type,
String message) |
protected ESTask |
ESJournalIndexTaskQueue.toTask(JournalEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<JournalEntry> |
ESJournalIndexTaskQueue.toEntry(ESTask task) |
| Constructor and Description |
|---|
ESIndexQueueFlusher(IndexTaskQueue<ESTask> esIndexTaskQueue,
org.elasticsearch.client.Client client) |
| Constructor and Description |
|---|
ESIndexJournalVerifier(IndexTaskQueue<ESTask> esIndexTaskQueue,
ESIndexJournalVerifierProcessor verificationProcessor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractESDeleteByQueryTask
Removes all documents satisfied a given query.
|
class |
AbstractESTask
Abstract base class for ES tasks.
|
class |
ESDeleteAllChangesTask
Removes all change documents of a content object.
|
class |
ESDeleteSpaceTask
Remove all space objects.
|
class |
ESDeleteTask
Index task that deletes a searchable from elasticsearch.
|
class |
ESIndexAllChangesTask
Update all change documents of a single content object
|
class |
ESIndexAllUsersTask
Index all personal info having associated user
|
class |
ESIndexChangeTask
Index task that indexes a version of a searchable as change to elasticsearch.
|
class |
ESIndexTask
Index task that indexes a version of a searchable to elasticsearch.
|
class |
ESIndexUsersInGroupTask
Index task that indexes personal info of all users in a group.
|
Copyright © 2003–2016 Atlassian. All rights reserved.