Uses of Interface
gate.creole.ir.IndexedCorpus

Packages that use IndexedCorpus
gate.corpora   
gate.creole.ir   
gate.creole.ir.lucene   
gate.gui   
 

Uses of IndexedCorpus in gate.corpora
 

Classes in gate.corpora that implement IndexedCorpus
 class SerialCorpusImpl
           
 

Uses of IndexedCorpus in gate.creole.ir
 

Fields in gate.creole.ir declared as IndexedCorpus
private  IndexedCorpus SearchPR.corpus
           
private  IndexedCorpus QueryResultList.corpus
          Corpus in which query was execute.
 

Methods in gate.creole.ir that return IndexedCorpus
 IndexedCorpus SearchPR.getCorpus()
           
 IndexedCorpus QueryResultList.getQueryCorpus()
           
 

Methods in gate.creole.ir with parameters of type IndexedCorpus
 void SearchPR.setCorpus(IndexedCorpus corpus)
           
 void Search.setCorpus(IndexedCorpus ic)
          Sets coprus in which will doing search operations.
 

Constructors in gate.creole.ir with parameters of type IndexedCorpus
QueryResultList(String query, IndexedCorpus corpus, List results)
          Constructor of the class.
 

Uses of IndexedCorpus in gate.creole.ir.lucene
 

Fields in gate.creole.ir.lucene declared as IndexedCorpus
private  IndexedCorpus LuceneSearch.indexedCorpus
          An instance of indexed corpus
 

Methods in gate.creole.ir.lucene with parameters of type IndexedCorpus
 void LuceneSearch.setCorpus(IndexedCorpus ic)
          Set the indexed corpus resource for searching.
 

Uses of IndexedCorpus in gate.gui
 

Fields in gate.gui declared as IndexedCorpus
private  IndexedCorpus CreateIndexDialog.ic
           
 

Constructors in gate.gui with parameters of type IndexedCorpus
CreateIndexDialog(Frame owner, IndexedCorpus ic)
           
CreateIndexDialog(Dialog owner, IndexedCorpus ic)