|
||||||||||
| 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 | |
|---|---|
FTTrie |
build(Data data)
Builds the index structure and returns an index instance. |
java.lang.String |
det()
Returns short information on this process. |
double |
prog()
Returns progress information. |
java.lang.String |
tit()
Returns short information on this process. |
static long |
toLong(int[] i,
int p)
Converts an int-array to a long value. |
| 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 |
| Constructor Detail |
|---|
public FTBuilder()
| Method Detail |
|---|
public FTTrie build(Data data)
throws java.io.IOException
build in interface IndexBuilderdata - data reference
java.io.IOException - IO Exception
public static long toLong(int[] i,
int p)
i - int-array with the long valuep - position to read from
public java.lang.String tit()
Progress
public java.lang.String det()
Progress
det in class Progresspublic double prog()
Progress
prog in class Progress
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||