org.basex.index
Interface IndexBuilder

All Known Implementing Classes:
FTBuilder, FTFuzzyBuilder, ValueBuilder

public interface IndexBuilder

This interface defines the functions which are needed for building new index structures.

Author:
Workgroup DBIS, University of Konstanz 2005-08, ISC License, Christian Gruen

Method Summary
 Index build(Data data)
          Builds the index structure and returns an index instance.
 

Method Detail

build

Index build(Data data)
            throws java.io.IOException
Builds the index structure and returns an index instance.

Parameters:
data - data reference
Returns:
index instance
Throws:
java.io.IOException - IO Exception