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.FTBuilder
              extended by org.basex.index.FTTrieBuilder

public final class FTTrieBuilder
extends FTBuilder

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

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

Method Summary
 FTIndex build()
          Builds the index structure and returns an index instance.
 
Methods inherited from class org.basex.index.FTBuilder
abort, det, get
 
Methods inherited from class org.basex.index.IndexBuilder
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

build

public FTIndex build()
              throws 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:
IOException - IO Exception