dbXML API

Uses of Interface
com.dbxml.db.core.indexer.Indexer

Packages that use Indexer
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.indexer Defines the dbXML Indexer interfaces  
 

Uses of Indexer in com.dbxml.db.common.fulltext
 

Classes in com.dbxml.db.common.fulltext that implement Indexer
 class FullTextIndexer
          FullTextIndexer is a full text search implementation of the Indexer interface.
 

Uses of Indexer in com.dbxml.db.common.indexers
 

Classes in com.dbxml.db.common.indexers 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.
 

Uses of Indexer in com.dbxml.db.core.indexer
 

Methods in com.dbxml.db.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.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.
 


dbXML API

Copyright (c) 2004 The dbXML Group