Package org.basex.index

Database Index structures.

See:
          Description

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

Class Summary
IdPreMap ID -> PRE mapping.
IndexBuilder This interface defines the functions which are needed for building new index structures.
IndexCache This class caches sizes and pointers from index results.
IndexEntry This class provides a single index entry.
IndexTree This class indexes keys in a balanced binary tree, including their id values.
 

Enum Summary
IndexType This enumeration lists available index types.
 

Package org.basex.index Description

Database Index structures.