GATE
Version 3.1-2270

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 IREngine.getIndexmanager()
          Gets the index manager component of this IR engine.
 IndexManager IndexedCorpus.getIndexManager()
           
 

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.
 

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


GATE
Version 3.1-2270