Xindice API

Uses of Interface
org.apache.xindice.core.DBObject

Packages that use DBObject
org.apache.xindice.core This is the top-level package for all Xindice Core functionality. 
org.apache.xindice.core.filer Defines the Xindice Filer interface and implements several Filers, including BTreeFiler and HashFiler. 
org.apache.xindice.core.indexer Defines the Xindice Indexer interface and implements the IndexManager, and NodeIndexer classes. 
 

Uses of DBObject in org.apache.xindice.core
 

Classes in org.apache.xindice.core that implement DBObject
 class Collection
          Collection represents a collection of Documents maintains links to the Filer storage implementation, the Indexes, and any XMLObjects that may be associated with the Collection.
 class Database
          Database is the primary container for the Xindice Database Engine.
 class SystemCollection
          SystemCollection represents the System Collection.
 

Uses of DBObject in org.apache.xindice.core.filer
 

Subinterfaces of DBObject in org.apache.xindice.core.filer
 interface Filer
          Filer is the low-level file management interface for Xindice.
 

Classes in org.apache.xindice.core.filer that implement DBObject
 class BTreeFiler
          BTreeFiler is a Filer implementation based on the BTree class.
 class FSFiler
          FSFiler allows you to use existing file systems withing Xindice.
 class HashFiler
          HashFiler is a Filer implementation based on the Paged class.
 class MemFiler
          MemFiler is an In-Memory Filer implementation for Xindice.
 

Uses of DBObject in org.apache.xindice.core.indexer
 

Subinterfaces of DBObject in org.apache.xindice.core.indexer
 interface Indexer
          Indexer is the abstract indexing interface for Xindice.
 

Classes in org.apache.xindice.core.indexer that implement DBObject
 class NameIndexer
          NameIndexer is a basic implementation of the Indexer interface.
 class ValueIndexer
          ValueIndexer is a basic implementation of the Indexer interface.
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation