org.basex.index
Class FTTrieBuilder

java.lang.Object
  extended by org.basex.core.Progress
      extended by org.basex.index.IndexBuilder
          extended by org.basex.index.FTTrieBuilder

public final class FTTrieBuilder
extends IndexBuilder

This class builds an index for text contents in a compressed trie.

Author:
Workgroup DBIS, University of Konstanz 2005-09, ISC License, Sebastian Gath, Christian Gruen

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

FTTrieBuilder

public FTTrieBuilder(Data d,
                     Prop pr)
Constructor.

Parameters:
d - data reference
pr - database properties
Method Detail

build

public org.basex.index.FTIndex build()
                              throws java.io.IOException
Description copied from class: IndexBuilder
Builds the index structure and returns an index instance.

Specified by:
build in class IndexBuilder
Returns:
index instance
Throws:
java.io.IOException - IO Exception

det

public final java.lang.String det()
Description copied from class: Progress
Returns short information on this process.

Overrides:
det in class Progress
Returns:
header information