Uses of Interface
org.basex.index.Index

Packages that use Index
org.basex.data Database structures. 
org.basex.index Database Index structures. 
org.basex.index.ft   
org.basex.index.name   
org.basex.index.path   
org.basex.index.resource   
org.basex.index.value   
 

Uses of Index in org.basex.data
 

Fields in org.basex.data declared as Index
 Index Data.atvindex
          Attribute value index.
 Index Data.ftxindex
          Full-text index instance.
 Index Data.txtindex
          Text index.
 

Methods in org.basex.data with parameters of type Index
abstract  void Data.setIndex(IndexType type, Index index)
          Assigns the specified index.
 void MemData.setIndex(IndexType type, Index index)
           
 void DiskData.setIndex(IndexType type, Index index)
           
 

Constructors in org.basex.data with parameters of type Index
MemData(Names tag, Names att, PathSummary ps, Namespaces ns, Prop pr, Index txt, Index atv)
          Constructor.
 

Uses of Index in org.basex.index
 

Methods in org.basex.index that return Index
abstract  Index IndexBuilder.build()
          Builds the index structure and returns an index instance.
 

Uses of Index in org.basex.index.ft
 

Classes in org.basex.index.ft that implement Index
 class FTIndex
          This class provides access to a fuzzy full-text index structure stored on disk.
 

Uses of Index in org.basex.index.name
 

Classes in org.basex.index.name that implement Index
 class Names
          This class indexes and organizes the tags or attribute names, used in an XML document.
 

Uses of Index in org.basex.index.path
 

Classes in org.basex.index.path that implement Index
 class PathSummary
          This class stores the path summary of a database.
 

Uses of Index in org.basex.index.resource
 

Classes in org.basex.index.resource that implement Index
 class Resources
          This index organizes the resources of a database (XML documents and raw files).
 

Uses of Index in org.basex.index.value
 

Classes in org.basex.index.value that implement Index
 class DiskValues
          This class provides access to attribute values and text contents stored on disk.
 class MemValues
          This class provides a main memory access to attribute values and text contents.
 class UpdatableDiskValues
          This class provides access to attribute values and text contents stored on disk.
 class UpdatableMemValues
          This class provides a main memory access to attribute values and text contents.