dbXML API

Uses of Package
com.dbxml.db.core.indexer

Packages that use com.dbxml.db.core.indexer
com.dbxml.db.common.btree Defines the dbXML BTree implementation as well as the low-level Paged file system. 
com.dbxml.db.common.fulltext Defines the dbXML Full Text Indexer and a basic QueryResolver for Full Text retrieval. 
com.dbxml.db.common.indexers Defines the dbXML standard Indexer implementations which consist of NameIndexer and ValueIndexer. 
com.dbxml.db.core This is the top-level package for all dbXML Core functionality. 
com.dbxml.db.core.indexer Defines the dbXML Indexer interfaces  
com.dbxml.db.core.indexer.helpers Implements several optimized Helper classes for dbXML IndexQuery usage. 
com.dbxml.db.core.query Implements the dbXML QueryEngine and XPathQueryResolver. 
 

Classes in com.dbxml.db.core.indexer used by com.dbxml.db.common.btree
IndexQuery
          IndexQuery represents the most primitive form of index querying.
 

Classes in com.dbxml.db.core.indexer used by com.dbxml.db.common.fulltext
Indexer
          Indexer is the abstract indexing interface for dbXML.
IndexMatch
          IndexMatch is used for representing match information.
IndexQuery
          IndexQuery represents the most primitive form of index querying.
 

Classes in com.dbxml.db.core.indexer used by com.dbxml.db.common.indexers
Indexer
          Indexer is the abstract indexing interface for dbXML.
IndexMatch
          IndexMatch is used for representing match information.
IndexQuery
          IndexQuery represents the most primitive form of index querying.
 

Classes in com.dbxml.db.core.indexer used by com.dbxml.db.core
IndexManager
          IndexManager is a class that manages Indexes.
 

Classes in com.dbxml.db.core.indexer used by com.dbxml.db.core.indexer
Indexer
          Indexer is the abstract indexing interface for dbXML.
IndexerException
          A IndexerException is thrown by an Indexer if an exception occurs in the managing of the Indexer.
IndexMatch
          IndexMatch is used for representing match information.
IndexPattern
          IndexPattern is the internal representation of a pattern for index matching purposes.
IndexQuery
          IndexQuery represents the most primitive form of index querying.
 

Classes in com.dbxml.db.core.indexer used by com.dbxml.db.core.indexer.helpers
IndexPattern
          IndexPattern is the internal representation of a pattern for index matching purposes.
IndexQuery
          IndexQuery represents the most primitive form of index querying.
 

Classes in com.dbxml.db.core.indexer used by com.dbxml.db.core.query
IndexMatch
          IndexMatch is used for representing match information.
 


dbXML API

Copyright (c) 2004 The dbXML Group