public abstract class FTBuilder extends IndexBuilder
| Modifier and Type | Method and Description |
|---|---|
void |
abort()
Aborts a failed or interrupted progress.
|
protected java.lang.String |
det()
Returns short information on this process.
|
static FTBuilder |
get(Data d)
Returns a new full-text index builder.
|
protected abstract void |
writeIndex(int cs)
Writes the current index to disk.
|
checkStop, detail, progress, progress, startTimeout, stop, stopTimeout, titlepublic static FTBuilder get(Data d) throws java.io.IOException
d - data referencejava.io.IOException - IOExceptionprotected abstract void writeIndex(int cs)
throws java.io.IOException
cs - current file pointerjava.io.IOException - I/O exceptionpublic final void abort()
Progress