public class UpdateDocumentIndexTask extends Object implements ConfluenceIndexTask, HandleAware
Constructor and Description |
---|
UpdateDocumentIndexTask(com.atlassian.bonnie.Searchable searchable,
IndexTaskFactory indexTaskFactory) |
Modifier and Type | Method and Description |
---|---|
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) |
String |
toString() |
public UpdateDocumentIndexTask(com.atlassian.bonnie.Searchable searchable, IndexTaskFactory indexTaskFactory)
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
public com.atlassian.bonnie.Handle getHandle()
getHandle
in interface HandleAware
Copyright © 2003–2015 Atlassian. All rights reserved.