Xindice API

Uses of Package
org.apache.xindice.core.indexer

Packages that use org.apache.xindice.core.indexer
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. 
org.apache.xindice.core.indexer.helpers Implements several optimized Helper classes for Xindice IndexQuery usage. 
org.apache.xindice.core.query Implements the Xindice QueryEngine and XPathQueryResolver. 
 

Classes in org.apache.xindice.core.indexer used by org.apache.xindice.core
Indexer
          Indexer is the abstract indexing interface for Xindice.
IndexManager
          IndexManager is a class that manages Indexes.
 

Classes in org.apache.xindice.core.indexer used by org.apache.xindice.core.filer
IndexQuery
          IndexQuery represents the most primitive form of index querying.
 

Classes in org.apache.xindice.core.indexer used by org.apache.xindice.core.indexer
Indexer
          Indexer is the abstract indexing interface for Xindice.
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 org.apache.xindice.core.indexer used by org.apache.xindice.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 org.apache.xindice.core.indexer used by org.apache.xindice.core.query
IndexMatch
          IndexMatch is used for representing match information.
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation