|
|||||||||
| 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.FTBuilder
public final class FTBuilder
This class builds an index for text contents in a compressed trie.
| Constructor Summary | |
|---|---|
FTBuilder()
|
|
| Method Summary | |
|---|---|
WordsCTA |
build(Data data)
Builds the index structure and returns an index instance. |
java.lang.String |
det()
Returns detailed information on this progress. |
java.lang.String |
head()
Returns short information on this process. |
double |
prog()
Returns progress information. |
int |
value()
Returns current progress value. |
| Methods inherited from class org.basex.core.Progress |
|---|
detail, header, progress, progress, stop, stopped |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FTBuilder()
| Method Detail |
|---|
public WordsCTA build(Data data)
throws java.io.IOException
build in interface IndexBuilderdata - data reference
java.io.IOException - IO Exceptionpublic java.lang.String det()
Progress
public java.lang.String head()
Progress
public double prog()
Progress
public int value()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||