Uses of Class
org.basex.index.FTIndex

Packages that use FTIndex
org.basex.index This package contains all database index structures. 
 

Uses of FTIndex in org.basex.index
 

Subclasses of FTIndex in org.basex.index
 class FTFuzzy
          This class provides access to attribute values and text contents stored on disk.
 class FTTrie
          This class indexes text contents in a compressed trie on disk.
 

Methods in org.basex.index that return FTIndex
 FTIndex FTTrieBuilder.build()
           
 FTIndex FTFuzzyBuilder.build()
           
static FTIndex FTIndex.get(Data d, boolean wild)
          Returns a new full-text index instance.