|
||||||||||
| 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.FTTrieBuilder
public final class FTTrieBuilder
This class builds an index for text contents in a compressed trie.
| Constructor Summary | |
|---|---|
FTTrieBuilder(Data d,
Prop pr)
Constructor. |
|
| Method Summary | |
|---|---|
org.basex.index.FTIndex |
build()
Builds the index structure and returns an index instance. |
java.lang.String |
det()
Returns short information on this process. |
| Methods inherited from class org.basex.index.IndexBuilder |
|---|
checkStop, prog, tit |
| Methods inherited from class org.basex.core.Progress |
|---|
detail, progress, progress, stop, title |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FTTrieBuilder(Data d,
Prop pr)
d - data referencepr - database properties| Method Detail |
|---|
public org.basex.index.FTIndex build()
throws java.io.IOException
IndexBuilder
build in class IndexBuilderjava.io.IOException - IO Exceptionpublic final java.lang.String det()
Progress
det in class Progress
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||