|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Indexer | |
org.apache.xindice.core | This is the top-level package for all Xindice Core functionality. |
org.apache.xindice.core.indexer | Defines the Xindice Indexer interface and implements the IndexManager, and NodeIndexer classes. |
Uses of Indexer in org.apache.xindice.core |
Methods in org.apache.xindice.core that return Indexer | |
Indexer |
Collection.getIndexer(java.lang.String name)
getIndexer retrieves an Indexer by name. |
Indexer |
Collection.createIndexer(Configuration config)
createIndexer creates a new Indexer object and any associated system resources that the Indexer will need. |
Methods in org.apache.xindice.core with parameters of type Indexer | |
boolean |
Collection.dropIndexer(Indexer index)
dropIndexer physically removes the specified Indexer and any associated system resources that the Indexer uses. |
Uses of Indexer in org.apache.xindice.core.indexer |
Classes in org.apache.xindice.core.indexer that implement Indexer | |
class |
NameIndexer
NameIndexer is a basic implementation of the Indexer interface. |
class |
ValueIndexer
ValueIndexer is a basic implementation of the Indexer interface. |
Methods in org.apache.xindice.core.indexer that return Indexer | |
Indexer |
IndexManager.create(Configuration cfg)
create creates a new Indexer object and any associated system resources that the Indexer will need. |
Indexer |
IndexManager.register(java.lang.Class c,
Configuration cfg)
|
Indexer |
IndexManager.get(java.lang.String name)
get retrieves an Indexer by name. |
Indexer |
IndexManager.getBestIndexer(java.lang.String style,
IndexPattern pattern)
getBestIndexer retrieves the best Indexer to use for the specified IndexPattern. |
|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |