Uses of Interface
gate.creole.ir.IndexManager

Packages that use IndexManager
gate.corpora   
gate.creole.ir   
gate.creole.ir.lucene   
 

Uses of IndexManager in gate.corpora
 

Fields in gate.corpora declared as IndexManager
protected  IndexManager SerialCorpusImpl.indexManager
           
 

Methods in gate.corpora that return IndexManager
 IndexManager SerialCorpusImpl.getIndexManager()
           
 

Uses of IndexManager in gate.creole.ir
 

Methods in gate.creole.ir that return IndexManager
 IndexManager IndexedCorpus.getIndexManager()
           
 IndexManager IREngine.getIndexmanager()
          Gets the index manager component of this IR engine.
 

Uses of IndexManager in gate.creole.ir.lucene
 

Classes in gate.creole.ir.lucene that implement IndexManager
 class LuceneIndexManager
          This class represents Lucene implementation of IndexManeager interface.
 

Fields in gate.creole.ir.lucene declared as IndexManager
(package private)  IndexManager LuceneIREngine.indexManager
           
 

Methods in gate.creole.ir.lucene that return IndexManager
 IndexManager LuceneIREngine.getIndexmanager()