| Package | Description |
|---|---|
| org.corpus_tools.annis.api | |
| org.corpus_tools.annis.api.model |
| Modifier and Type | Method and Description |
|---|---|
CountExtra |
SearchApi.count(CountQuery countQuery)
Count the number of results for a query.
|
okhttp3.Call |
SearchApi.countAsync(CountQuery countQuery,
ApiCallback<CountExtra> _callback)
Count the number of results for a query.
|
okhttp3.Call |
SearchApi.countCall(CountQuery countQuery,
ApiCallback _callback)
Build call for count
|
ApiResponse<CountExtra> |
SearchApi.countWithHttpInfo(CountQuery countQuery)
Count the number of results for a query.
|
| Modifier and Type | Method and Description |
|---|---|
CountQuery |
CountQuery.addCorporaItem(String corporaItem) |
CountQuery |
CountQuery.corpora(List<String> corpora) |
CountQuery |
CountQuery.query(String query) |
CountQuery |
CountQuery.queryLanguage(QueryLanguage queryLanguage) |
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.