Package | Description |
---|---|
gate.creole.annic | |
gate.creole.annic.lucene | |
gate.persist |
Modifier and Type | Method and Description |
---|---|
Indexer |
Searchable.getIndexer()
Returns the Indexer
|
Modifier and Type | Method and Description |
---|---|
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 | Class and Description |
---|---|
class |
LuceneIndexer
This class provides a Lucene based implementation for the Indexer
interface.
|
Modifier and Type | Field and Description |
---|---|
protected Indexer |
LuceneDataStoreImpl.indexer
Indexer to be used for indexing documents
|
Modifier and Type | Method and Description |
---|---|
Indexer |
LuceneDataStoreImpl.getIndexer() |
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.