SearchRequestSummary

fun SearchRequestSummary(numResults: Int, offset: Int, totalResults: Int, query: String = "", geoBias: GeoPoint? = null, queryTime: Duration? = null, @IntRange(from = 1, to = 4) fuzzyLevel: Int)

Parameters

numResults

The number of results returned in this batch.

offset

The offset of the results in the collection of all results.

totalResults

The total number of results.

query

The query that resulted in this response.

geoBias

The position used to bias the results.

queryTime

The time it took to process this query.

fuzzyLevel

The fuzzy level in Search. Fuzzy level can be in the range of 1-4.