public class DeleteChangeDocumentsIndexTask extends Object implements ConfluenceIndexTask, HandleAware
Constructor and Description |
---|
DeleteChangeDocumentsIndexTask(com.atlassian.bonnie.Searchable searchable)
Creates a remove change documents index task for the latest version of searchable
|
DeleteChangeDocumentsIndexTask(String handle) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
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) |
String |
toString() |
public DeleteChangeDocumentsIndexTask(com.atlassian.bonnie.Searchable searchable)
searchable
- UnsupportedOperationException
- if searchable is not supported.public DeleteChangeDocumentsIndexTask(String handle)
public com.atlassian.bonnie.Handle getHandle()
getHandle
in interface HandleAware
public 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
Copyright © 2003–2015 Atlassian. All rights reserved.