Package org.basex.index

This package contains all database index structures.

See:
          Description

Interface Summary
Index This interface defines the methods which have to be implemented by an index structure.
IndexToken This class defines access to index tokens.
 

Class Summary
FTBuilder This class provides a skeleton for full-text index builders.
FTFuzzy This class provides access to attribute values and text contents stored on disk.
FTFuzzyBuilder This class builds an index for text contents, optimized for fuzzy search, in an ordered table.
FTIndex This abstract class defines methods for the available full-text indexes.
FTIndexIterator This interface provides methods for returning index results.
FTTrie This class indexes text contents in a compressed trie on disk.
FTTrieBuilder This class builds an index for text contents in a compressed trie.
IndexBuilder This interface defines the functions which are needed for building new index structures.
IndexIterator This interface provides methods for returning index results.
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.
PathBuilder This interface defines the functions which are needed for building new index structures.
RangeToken This class defines access to index text tokens.
ValueBuilder This main-memory based class builds an index for attribute values and text contents in a tree structure and stores the result to disk.
ValueMerge This class provides data for merging temporary value indexes.
Values This class provides access to attribute values and text contents stored on disk.
ValuesToken This class defines access to index text tokens.
 

Package org.basex.index Description

This package contains all database index structures.