public class UnIndexSpaceIndexTask extends Object implements ConfluenceIndexTask, HandleAware
Modifier and Type | Class and Description |
---|---|
static class |
UnIndexSpaceIndexTask.SpaceKeyHandle
The spaceKey is sufficient to serve as the handle for spaces stored in the index.
|
Constructor and Description |
---|
UnIndexSpaceIndexTask(String spaceKey) |
Modifier and Type | Method and Description |
---|---|
Optional<JournalEntry> |
convertToJournalEntry(JournalIdentifier journalId)
Convert to journal entry.
|
boolean |
equals(Object o) |
String |
getDescription()
A description of the task that can be presented to the user via the UI.
|
com.atlassian.bonnie.Handle |
getHandle() |
int |
hashCode() |
void |
perform(org.apache.lucene.index.IndexWriter writer) |
public UnIndexSpaceIndexTask(String spaceKey)
spaceKey
- the spaceKey for the space being unindexedpublic String getDescription()
IndexTask
getDescription
in interface IndexTask
public void perform(org.apache.lucene.index.IndexWriter writer) throws IOException
perform
in interface com.atlassian.bonnie.ILuceneConnection.WriterAction
IOException
public Optional<JournalEntry> convertToJournalEntry(JournalIdentifier journalId)
ConvertibleToJournalEntry
convertToJournalEntry
in interface ConvertibleToJournalEntry
journalId
- journal identifierpublic com.atlassian.bonnie.Handle getHandle()
getHandle
in interface HandleAware
Copyright © 2003–2018 Atlassian. All rights reserved.