|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.core.Progress
org.basex.index.IndexBuilder
org.basex.index.FTBuilder
public abstract class FTBuilder
This class provides a skeleton for full-text index builders.
Method Summary | |
---|---|
void |
abort()
Aborts a failed or interrupted progress. |
String |
det()
Returns short information on this process. |
static FTBuilder |
get(Data d,
boolean wild)
Returns a new full-text index builder. |
Methods inherited from class org.basex.index.IndexBuilder |
---|
build, prog, tit |
Methods inherited from class org.basex.core.Progress |
---|
checkStop, detail, progress, progress, stop, title |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FTBuilder get(Data d, boolean wild) throws IOException
d
- data referencewild
- wildcard index
IOException
- IOExceptionpublic void abort()
Progress
abort
in class Progress
public final String det()
Progress
det
in class Progress
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |