Package | Description |
---|---|
gate.creole.annic | |
gate.creole.annic.lucene | |
gate.persist |
Modifier and Type | Method and Description |
---|---|
void |
Indexer.add(String corpusPersistenceID,
List<Document> addedDocuments)
Add new documents to Index
|
void |
Indexer.createIndex(Map<String,Object> 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<Object> removedDocumentPersistenceIds)
remove documents from the Index
|
void |
Indexer.setCorpus(Corpus corpus)
Set the corpus to be indexed
|
void |
Searchable.setIndexer(Indexer indexer,
Map<String,Object> parameters)
This method is used to specify the indexer which is used to index
documents
|
Modifier and Type | Method and Description |
---|---|
void |
LuceneIndexer.add(String corpusPersistenceID,
List<Document> added)
Add new documents to Index
|
protected void |
LuceneIndexer.checkIndexParameters(Map<String,Object> parameters)
Checks the Index Parameters to see if they are all compatible
|
void |
LuceneIndexer.createIndex(Map<String,Object> 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<Object> removedIDs)
remove documents from the Index
|
void |
LuceneIndexer.setCorpus(Corpus corpus)
Sets the corpus.
|
Modifier and Type | Method and Description |
---|---|
void |
LuceneDataStoreImpl.setIndexer(Indexer indexer,
Map<String,Object> indexParameters)
Sets the Indexer to be used for indexing Datastore
|
Copyright © 2024 GATE. All rights reserved.