Package org.basex.index

Contains database index implementations.

See:
          Description

Interface Summary
Index This interface defines the methods which have to be implemented by an index structure.
IndexBuilder This interface defines the functions which are needed for building new index structures.
 

Class Summary
CTArrayX Preserves an extended compressed trie index structure and useful functionality.
FTBuilder This class builds an index for text contents in a compressed trie.
MemValues This class provides a main-memory access to attribute values and text contents.
Names This class indexes and organizes the tags or attribute names, used in an XML document.
ValueBuilder This class builds an index for attribute values and text contents in a hash map.
Values This class provides access to attribute values and text contents stored on disk.
WordBuilder This class builds a word-based index for attribute values and text contents in a hash map.
Words This class provides access to words of attribute values and text contents stored on disk.
WordsCTA This class indexes text contents in a compressed trie on disk.
 

Enum Summary
Index.TYPE Index types.
 

Package org.basex.index Description

Contains database index implementations.