public class TaskIndexReport extends IndexReport
Constructor and Description |
---|
TaskIndexReport() |
Modifier and Type | Method and Description |
---|---|
void |
addReport(DocumentIndexReport report) |
long |
getElapsedTime() |
int |
getNErrors() |
int |
getNIndexed() |
void |
setSuccessful(boolean successful) |
void |
start() |
void |
stop() |
public TaskIndexReport()
public void addReport(DocumentIndexReport report)
public void start()
public void stop()
public void setSuccessful(boolean successful)
public long getElapsedTime()
getElapsedTime
in class IndexReport
public int getNErrors()
getNErrors
in class IndexReport
public int getNIndexed()
getNIndexed
in class IndexReport