Uses of Interface
gate.creole.annic.Indexer

Packages that use Indexer
gate.creole.annic   
gate.creole.annic.lucene   
gate.persist   
 

Uses of Indexer in gate.creole.annic
 

Methods in gate.creole.annic that return Indexer
 Indexer Searchable.getIndexer()
          Returns the Indexer
 

Methods in gate.creole.annic with parameters of type Indexer
 void Searchable.setIndexer(Indexer indexer, Map parameters)
          This method is used to specify the indexer which is used to index documents
 

Uses of Indexer in gate.creole.annic.lucene
 

Classes in gate.creole.annic.lucene that implement Indexer
 class LuceneIndexer
          This class provides a Lucene based implementation for the Indexer interface.
 

Uses of Indexer in gate.persist
 

Fields in gate.persist declared as Indexer
protected  Indexer LuceneDataStoreImpl.indexer
          Indexer to be used for indexing documents
 

Methods in gate.persist that return Indexer
 Indexer LuceneDataStoreImpl.getIndexer()
           
 

Methods in gate.persist with parameters of type Indexer
 void LuceneDataStoreImpl.setIndexer(Indexer indexer, Map indexParameters)
          Sets the Indexer to be used for indexing Datastore