Package | Description |
---|---|
gate.creole.ir |
Modifier and Type | Method and Description |
---|---|
void |
IndexManager.createIndex()
Creates index directory and indexing all
documents in the corpus.
|
void |
IndexManager.deleteIndex()
Delete all index files and directories in index location.
|
void |
IndexManager.optimizeIndex()
Optimize the existing index
|
QueryResultList |
Search.search(String query)
Search in corpus with this query.
|
QueryResultList |
Search.search(String query,
int limit)
Search in corpus with this query.
|
QueryResultList |
Search.search(String query,
int limit,
List<String> fieldNames)
Search in corpus with this query.
|
QueryResultList |
Search.search(String query,
List<String> fieldNames)
Search in corpus with this query.
|
void |
IndexManager.sync(List<Document> added,
List<String> removed,
List<Document> changed)
Reindexing changed documents, removing removed documents and
add to the index new corpus documents.
|
Copyright © 2024 GATE. All rights reserved.