Initialize KorAPQuery object
# S4 method for KorAPQuery
initialize(
.Object,
korapConnection = NULL,
request = NULL,
vc = "",
totalResults = 0,
nextStartIndex = 0,
fields = c("corpusSigle", "textSigle", "pubDate", "pubPlace", "availability",
"textClass", "snippet", "tokens"),
requestUrl = "",
webUIRequestUrl = "",
apiResponse = NULL,
hasMoreMatches = FALSE,
collectedMatches = NULL
)
…
KorAPConnection object
query part of the request URL
definition of a virtual corpus
number of hits the query has yielded
at what index to start the next fetch of query results
what data / metadata fields should be collected
complete URL of the API request
URL of a web frontend request corresponding to the API request
data-frame representation of the JSON response of the API request
logical that signals if more query results can be fetched
matches already fetched from the KorAP-API-server