| Package | Description |
|---|---|
| gate.creole.annic | |
| gate.creole.annic.lucene | |
| gate.persist |
| Modifier and Type | Method and Description |
|---|---|
Searcher |
Searchable.getSearcher()
Returns the Searcher
|
| Modifier and Type | Method and Description |
|---|---|
void |
Searchable.setSearcher(Searcher searcher)
This method is used to specify the searcher which is used for
searchering the index
|
| Modifier and Type | Class and Description |
|---|---|
class |
LuceneSearcher
This class provides the Searching functionality for annic.
|
| Modifier and Type | Field and Description |
|---|---|
protected Searcher |
LuceneDataStoreImpl.searcher
Searcher to be used for searching the indexed documents
|
| Modifier and Type | Method and Description |
|---|---|
Searcher |
LuceneDataStoreImpl.getSearcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
LuceneDataStoreImpl.setSearcher(Searcher searcher) |
Copyright © 2024 GATE. All rights reserved.