org.basex.index
Class FTIndex
java.lang.Object
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. |
get
public static FTIndex get(Data d,
boolean wild)
throws IOException
- Returns a new full-text index instance.
- Parameters:
d
- data referencewild
- wildcard index
- Returns:
- index instance
- Throws:
IOException
- IOException