Uses of Class
gate.creole.annic.IndexException

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

Uses of IndexException in gate.creole.annic
 

Methods in gate.creole.annic that throw IndexException
 void Indexer.add(String corpusPersistenceID, List<Document> addedDocuments)
          Add new documents to Index
 void Indexer.createIndex(Map parameters)
          Create a Index
 void Indexer.deleteIndex()
          Delete all index files and directories in index location.
 void Indexer.optimizeIndex()
          Optimize the existing index
 void Indexer.remove(List removedDocumentPersistenceIds)
          remove documents from the Index
 void Indexer.setCorpus(Corpus corpus)
          Set the corpus to be indexed
 void Searchable.setIndexer(Indexer indexer, Map parameters)
          This method is used to specify the indexer which is used to index documents
 

Uses of IndexException in gate.creole.annic.lucene
 

Methods in gate.creole.annic.lucene that throw IndexException
 void LuceneIndexer.add(String corpusPersistenceID, List<Document> added)
          Add new documents to Index
protected  void LuceneIndexer.checkIndexParameters(Map parameters)
          Checks the Index Parameters to see if they are all compatible
 void LuceneIndexer.createIndex(Map indexParameters)
          Creates index directory and indexing all documents in the corpus.
 void LuceneIndexer.deleteIndex()
          Deletes the index.
 Set<String> LuceneIndexer.getNamesOfSerializedFiles(String documentID)
          This method returns a set of annotation set names that are indexed.
 void LuceneIndexer.optimizeIndex()
          Optimize existing index.
 void LuceneIndexer.remove(List removedIDs)
          remove documents from the Index
 void LuceneIndexer.setCorpus(Corpus corpus)
          Sets the corpus.
 

Uses of IndexException in gate.persist
 

Methods in gate.persist that throw IndexException
 void LuceneDataStoreImpl.setIndexer(Indexer indexer, Map indexParameters)
          Sets the Indexer to be used for indexing Datastore