public class AddDocumentIndexTask extends Object implements ConfluenceIndexTask, HandleAware
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
log
Deprecated.
since 3.1, use private logger
|
Constructor and Description |
---|
AddDocumentIndexTask(com.atlassian.bonnie.Searchable searchable,
com.atlassian.bonnie.search.DocumentBuilder documentBuilder) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription()
A human readable description of this index task.
|
com.atlassian.bonnie.Handle |
getHandle() |
int |
hashCode() |
void |
perform(org.apache.lucene.index.IndexWriter writer) |
@Deprecated public static final org.apache.log4j.Logger log
public AddDocumentIndexTask(com.atlassian.bonnie.Searchable searchable, com.atlassian.bonnie.search.DocumentBuilder documentBuilder)
public void perform(org.apache.lucene.index.IndexWriter writer) throws IOException
perform
in interface com.atlassian.bonnie.ILuceneConnection.WriterAction
IOException
public String getDescription()
getDescription
in interface IndexTask
public com.atlassian.bonnie.Handle getHandle()
getHandle
in interface HandleAware
Copyright © 2003–2015 Atlassian. All rights reserved.