| Package | Description |
|---|---|
| org.corpus_tools.graphannis |
| Modifier and Type | Method and Description |
|---|---|
static CorpusStorageManager.ResultOrder |
CorpusStorageManager.ResultOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CorpusStorageManager.ResultOrder[] |
CorpusStorageManager.ResultOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
CorpusStorageManager.find(List<String> corpora,
String query,
long offset,
long limit,
CorpusStorageManager.ResultOrder order) |
String[] |
CorpusStorageManager.find(List<String> corpora,
String query,
long offset,
long limit,
CorpusStorageManager.ResultOrder order,
CorpusStorageManager.QueryLanguage queryLanguage) |
Copyright © 2019 Thomas Krause. All rights reserved.