org.basex.index
Class FTIndex

java.lang.Object
  extended by org.basex.index.FTIndex
All Implemented Interfaces:
Index
Direct Known Subclasses:
FTFuzzy, FTTrie

public abstract class FTIndex
extends Object
implements Index

This abstract class defines methods for the available full-text indexes.

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

Method Summary
static FTIndex get(Data d, boolean wild)
          Returns a new full-text index instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.basex.index.Index
close, ids, info, nrIDs
 

Method Detail

get

public static FTIndex get(Data d,
                          boolean wild)
                   throws IOException
Returns a new full-text index instance.

Parameters:
d - data reference
wild - wildcard index
Returns:
index instance
Throws:
IOException - IOException